Public Beta
The Open AI Gateway
One API. 200+ models. Route traffic across Claude, GLM, and more — with automatic failover, cache affinity, and detailed usage analytics.
quick start
import OpenAI from "openai"
const client = new OpenAI({
apiKey: "sk-sx-...",
baseURL: "https://api.sylphx.ai/v1",
})
const response = await client.chat.completions.create({
model: "claude-sonnet-4-6",
messages: [{ role: "user", content: "Hello!" }],
})
console.log(response.choices[0].message.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
glm-5.1GLM-5
ZAIInput
$1.00/MTok
Output
$3.20/MTok
glm-5Claude Opus 4.6Most Capable
AnthropicInput
$5.00/MTok
Output
$25.00/MTok
claude-opus-4-6Claude Sonnet 4.6
AnthropicInput
$3.00/MTok
Output
$15.00/MTok
claude-sonnet-4-6GLM-4.7Value
ZAIInput
$0.60/MTok
Output
$2.20/MTok
glm-4.7