curl --request POST \
--url https://api.firmware.ai/v1/chat/completions \
--header 'Content-Type: application/json' \
--data '
{
"model": "<string>",
"messages": [
{}
],
"stream": true,
"temperature": 123,
"max_tokens": 123,
"tools": [
{}
],
"tool_choice": {},
"mcp_servers": [
{}
],
"thinking": {},
"reasoning_effort": "<string>",
"generation_config": {},
"safety_settings": [
{}
]
}
'