Vision Languagetextimage
GPT 5 Mini
面向成本敏感、低延迟、高并发场景的高性价比模型。GPT-5 Mini 是 GPT-5 的更快、更省版本,适合目标明确、提示清晰的任务。
Input
Reasoning
Max completion tokens
1128000
Ready to generateAPI Reference
POSThttps://api.token360.ai/v1/chat/completionscurl https://api.token360.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "gpt-5-mini",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"temperature": 1,
"max_completion_tokens": 4096
}'