{
"model": "string",
"messages": [
{
"role": "string",
"content": "string"
}
],
"max_tokens": 0,
"metadata": {
"user_id": "string"
},
"service_tier": "string",
"stop_sequences": "string",
"stream": true,
"system": "string",
"temperature": 0,
"thinking": {
"type": "string",
"budget_tokens": 0
},
"tool_choice": {},
"tools": [
"string"
],
"top_k": 0,
"top_p": 0
}curl --location 'https://api.shuyou.ai/v1/messages' \
--header 'Content-Type: application/json' \
--data '{
"model": "string",
"messages": [
{
"role": "string",
"content": "string"
}
],
"max_tokens": 0,
"metadata": {
"user_id": "string"
},
"service_tier": "string",
"stop_sequences": "string",
"stream": true,
"system": "string",
"temperature": 0,
"thinking": {
"type": "string",
"budget_tokens": 0
},
"tool_choice": {},
"tools": [
"string"
],
"top_k": 0,
"top_p": 0
}'{}