{
"model": "string",
"messages": [
{
"role": "system",
"content": "string",
"name": "string",
"tool_calls": [
{
"id": "string",
"type": "string",
"function": {
"name": "string",
"description": "string",
"parameters": {}
}
}
],
"tool_call_id": "string"
}
],
"prompt": "string",
"stream": false,
"online_search": false,
"stream_options": {
"include_usage": true
},
"max_tokens": 0,
"max_completion_tokens": 0,
"temperature": 0,
"top_p": 0,
"top_k": 0,
"stop": "string",
"n": 1,
"input": "string",
"instruction": "string",
"size": "256x256",
"functions": [
{
"name": "string",
"description": "string",
"parameters": {}
}
],
"frequency_penalty": -2,
"presence_penalty": -2,
"response_format": {
"type": "json_schema",
"json_schema": {
"name": "string",
"description": "string",
"schema": {},
"strict": true
}
},
"seed": 0,
"tools": [
{
"id": "string",
"type": "string",
"function": {
"name": "string",
"description": "string",
"parameters": {}
}
}
],
"tool_choice": "string",
"user": "string",
"logprobs": true,
"top_logprobs": 0,
"dimensions": 0,
"audio": {
"data": "string",
"format": "string"
},
"logit_bias": {
"property1": 0,
"property2": 0
},
"echo": true,
"suffix": "string",
"auto_route": true,
"supplier": "DeepSeek"
}