Vision Languagetextimages
GPT-5.6 Terra
在智能与成本之间取得平衡的 GPT-5.6。Terra 介于旗舰 Sol 与高性价比 Luna 之间,适合日常编程、推理和专业工作,对应此前的 mini 档。上下文 1.05M,推理强度从 none 到 max。
Entrada
Reasoning
Temperature
02
Max completion tokens
1128000
Ready to generateReferencia de la API
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.6-terra",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"temperature": 1,
"max_completion_tokens": 4096
}'