{
"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,
"max_tokens": 0,
"stream": true
}