@@ -261,7 +261,15 @@ Authorization: Bearer [refresh_token]
261
261
Request data:
262
262
``` json
263
263
{
264
- // Fill in the model name as you like. If you do not want to output the retrieval process model name, please include silent_search.
264
+ // Model name
265
+ // kimi: default model
266
+ // kimi-search: online search model
267
+ // kimi-research: exploration version model
268
+ // kimi-k1: K1 model
269
+ // kimi-math: math model
270
+ // kimi-silent: model without search process output
271
+ // search/research/k1/math/silent: can be freely combined
272
+ // If using kimi+agent, fill in the agent ID for model, which is the 20-character ID of letters and numbers at the end of the browser address bar
265
273
"model" : " kimi" ,
266
274
"messages" : [
267
275
{
@@ -317,27 +325,35 @@ Authorization: Bearer [refresh_token]
317
325
Request data:
318
326
``` json
319
327
{
320
- // Fill in the model name as you like. If you do not want to output the retrieval process model name, please include silent_search.
321
- "model" : " kimi" ,
322
- "messages" : [
323
- {
324
- "role" : " user" ,
325
- "content" : [
326
- {
327
- "type" : " file" ,
328
- "file_url" : {
329
- "url" : " https://mj101-1317487292.cos.ap-shanghai.myqcloud.com/ai/test.pdf"
330
- }
331
- },
332
- {
333
- "type" : " text" ,
334
- "text" : " What does the document say?"
335
- }
336
- ]
337
- }
338
- ],
339
- // It is recommended to turn off online search to prevent interference in interpreting results.
340
- "use_search" : false
328
+ // Model name
329
+ // kimi: default model
330
+ // kimi-search: online search model
331
+ // kimi-research: exploration version model
332
+ // kimi-k1: K1 model
333
+ // kimi-math: math model
334
+ // kimi-silent: model without search process output
335
+ // search/research/k1/math/silent: can be freely combined
336
+ // If using kimi+agent, fill in the agent ID for model, which is the 20-character ID of letters and numbers at the end of the browser address bar
337
+ "model" : " kimi" ,
338
+ "messages" : [
339
+ {
340
+ "role" : " user" ,
341
+ "content" : [
342
+ {
343
+ "type" : " file" ,
344
+ "file_url" : {
345
+ "url" : " https://mj101-1317487292.cos.ap-shanghai.myqcloud.com/ai/test.pdf"
346
+ }
347
+ },
348
+ {
349
+ "type" : " text" ,
350
+ "text" : " What does the document say?"
351
+ }
352
+ ]
353
+ }
354
+ ],
355
+ // It is recommended to turn off online search to prevent interference in interpreting results.
356
+ "use_search" : false
341
357
}
342
358
```
343
359
@@ -383,7 +399,15 @@ Authorization: Bearer [refresh_token]
383
399
Request data:
384
400
``` json
385
401
{
386
- // Fill in the model name as you like. If you do not want to output the retrieval process model name, please include silent_search.
402
+ // Model name
403
+ // kimi: default model
404
+ // kimi-search: online search model
405
+ // kimi-research: exploration version model
406
+ // kimi-k1: K1 model
407
+ // kimi-math: math model
408
+ // kimi-silent: model without search process output
409
+ // search/research/k1/math/silent: can be freely combined
410
+ // If using kimi+agent, fill in the agent ID for model, which is the 20-character ID of letters and numbers at the end of the browser address bar
387
411
"model" : " kimi" ,
388
412
"messages" : [
389
413
{
0 commit comments