AnthropicPremium
Claude Sonnet 4.6
anthropic/claude-sonnet-4.6
Context
1000K
tokens
Tier
Premium
billed per use
Latency class
normal
typical speed
Billing
credits
tier multiplier
Requests served
3
on Trismegistus
Avg latency
19,572ms
observed
Success rate
100%
completed
Tokens processed
9K
in + out
Capabilities
texttoolsvisionstructured
Call this model via the API
OpenAI-compatible — point any OpenAI SDK at our base URL and use the model id above.
curl https://trismegistus.app/api/v1/chat/completions \
-H "Authorization: Bearer $TRISMEGISTUS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-sonnet-4.6",
"messages": [{"role": "user", "content": "Hello!"}]
}'