jishie

Claude Sonnet 4.6

anyapi/anthropic/claude-sonnet-4-6 · family claude-sonnet · in: text, image, pdf → out: text · price provider-declared (via models.dev). Capabilities: tools reasoning text image pdf.

This is a text model — providers price it per unit, not per token, so models.dev carries no token price (fields read “—”). See AnyAPI’s docs for per-unit rates.

Provider
AnyAPI (anyapi)
Kind
text (outputs text)
Context
1,000,000 tokens
Max output
64,000 tokens
Capabilities
tools reasoning text image pdf

Same model, other providers

“Claude Sonnet 4.6” is offered by 45 providers — cheapest-effective first. Kenari is the cheapest at $0.00 blended.

ProviderInputOutputBlendedContext
Kenarifreefree$0.001M
Xpersona$0.9$5.55$2.06200k
Perplexity Agent$3$15$6.00200k
NanoGPT$3$15$6.001M
Anthropic$3$15$6.001M
NEAR AI Cloud$3$15$6.001M
Databricks$3$15$6.001M
Kilo Gateway$3$15$6.001M
Abacus$3$15$6.001M
OpenRouter$3$15$6.001M
routing.run$3$15$6.001M
Azure$3$15$6.001M
AnyAPI (this)———1M

Call it

jishie indexes & prices models; it does not proxy inference.

Most providers are OpenAI-compatible — point base_url at AnyAPI and pass this model id:

curl $BASE_URL/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
  -d '{"model":"anthropic/claude-sonnet-4-6","messages":[{"role":"user","content":"hello"}]}'

Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):

← all AnyAPI models · model index · JSON