Vision Languagetextimage

Claude Opus 4.8

Anthropic's flagship model for long-horizon agentic coding.

Input

Thinking
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": "claude-opus-4-8",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ]
}'