{
"model": "claude-haiku-4-5-20251001",
"max_tokens": 1,
"messages": [
{
"role": "user",
"content": "string"
}
],
"system": "string",
"metadata": {
"user_id": "string"
},
"stop_sequences": [
"string"
],
"stream": true,
"temperature": 0,
"top_p": 0,
"top_k": 0,
"tools": [
{
"name": "string",
"description": "string",
"input_schema": {}
}
],
"tool_choice": {
"type": "auto",
"name": "string",
"disable_parallel_tool_use": true
},
"thinking": {
"type": "enabled",
"budget_tokens": 0
}
}