Public Beta
The Open AI Gateway
One API. 200+ models. Route traffic across Anthropic, ZAI, and more — with automatic failover, cache affinity, and detailed usage analytics.
quick start
import Anthropic from "@anthropic-ai/sdk"
const client = new Anthropic({
apiKey: "sk-sx-...",
baseURL: "https://api.sylphx.ai",
})
const msg = await client.messages.create({
model: "anthropic/claude-sonnet-4-6",
max_tokens: 1024,
messages: [{ role: "user", content: "Hello!" }],
})
console.log(msg.content)Everything you need to ship AI products
sylphx.ai handles the infrastructure complexity so you can focus on building.
Top models, one endpoint
Access frontier models from the world's leading AI labs.
GLM-5.1Coding
ZAIInput
$1.20/MTok
Output
$4.00/MTok
zai/glm-5.1GLM-5
ZAIInput
$1.00/MTok
Output
$3.20/MTok
zai/glm-5Claude Opus 4.6Most Capable
AnthropicInput
$5.00/MTok
Output
$25.00/MTok
anthropic/claude-opus-4-6Claude Sonnet 4.6
AnthropicInput
$3.00/MTok
Output
$15.00/MTok
anthropic/claude-sonnet-4-6GLM-4.7Value
ZAIInput
$0.60/MTok
Output
$2.20/MTok
zai/glm-4.7