{
"model": "deepseek-v3",
"messages": [
{
"role": "system",
"content": "string",
"name": "string",
"tool_call_id": "string",
"tool_calls": [
{
"id": "string",
"type": "function",
"function": {
"name": "string",
"arguments": "string"
}
}
]
}
],
"temperature": 0.7,
"top_p": 1,
"max_tokens": 0,
"stream": false,
"stream_options": {
"include_usage": true
},
"tools": [
{
"type": "function",
"function": {
"name": "string",
"description": "string",
"parameters": {}
}
}
],
"tool_choice": "none",
"response_format": {},
"stop": "string",
"presence_penalty": 0,
"frequency_penalty": 0,
"n": 1,
"user": "string"
}