Vision Languagetextimage

GPT 5.4

GPT-5.4 model

Input

Top p
01
Reasoning
Temperature
02
Max completion tokens
1200000
Ready to generateReady to generate

API Reference

POSThttps://api.token360.ai/v1/chat/completions
curl https://api.token360.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer your-api-key" \
  -d '{
  "model": "gpt-5.4",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ]
}'