{
"model": "gpt-4o",
"messages": [
{
"role": "system",
"content": "string"
}
],
"stream": false,
"max_tokens": 0,
"temperature": 1,
"top_p": 0,
"n": 1,
"stop": "string",
"presence_penalty": 0,
"frequency_penalty": 0,
"tools": [
{}
],
"tool_choice": null,
"response_format": {}
}