One API for every model we sell.
Sylphx Models is a model store: pick a concrete model, send the official OpenAI Responses document, and read the answer back. Prices are published per million tokens, keys belong to your organization, and switching models never changes your client code.
https://api.models.sylphx.ai/v1Bearer sk-sx-… keys · revoke any key from the console
- Requests · 7d
- 494.9K
- Tokens · 7d
- 125.2B
- Largest context
- 1.05M
Most used right now
- DeepSeek: DeepSeek V4.1 Flashdeepseek/deepseek-v4.1-flash$0.4725 in$1.89 out
- Meta: Muse Spark 1.3 Contributormeta/muse-spark-1.3-contributor$0.126 in$0.252 out
- google/gemini-3.8-flashgoogle/gemini-3.8-flash$0.9 in$4.50 out
{
"id": "resp_9f2c…",
"object": "response",
"model": "deepseek/deepseek-v4.1-flash",
"output_text": "Three bullets…",
"usage": { "input_tokens": 128, "output_tokens": 96, "total_tokens": 224 }
}Models from
- DeepSeek
- Meta
- Qwen
- Z.ai
- xAI
- OpenAI
- MiniMax
Migration
Keep your OpenAI client. Point it at us.
The customer contract is the official OpenAI Responses document, so the SDK you already use keeps working. Change the base URL and the model id — nothing else moves.
- Official Responses requests, responses, and streaming events.
- One terminal per stream, ordered output, idempotent retries.
- Switch models by changing one string — no per-model SDKs.
curl https://api.models.sylphx.ai/v1/responses \
-H "Authorization: Bearer $SYLPHX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-v4.1-flash",
"input": "Summarise this incident report in three bullets.",
"stream": false
}'
Live catalog
Prices, limits, and real traffic — in the open
Every row below is served from the same public catalog the API returns. Prices are our list prices per million tokens; usage is traffic the platform actually metered in the last seven days.
- DeepSeek: DeepSeek V4.1 Flashdeepseek/deepseek-v4.1-flashnewIN$0.4725OUT$1.89CTX1.0M487.9K98.6%
- Meta: Muse Spark 1.3 Contributormeta/muse-spark-1.3-contributorIN$0.126OUT$0.252CTX1.05M5.3K1.1%
- google/gemini-3.8-flashgoogle/gemini-3.8-flashnewIN$0.9OUT$4.50CTX1.0M6920.1%
- deepseek/deepseek-flashdeepseek/deepseek-flashnewIN$0.18OUT$0.72CTX1.0M5320.1%
- x-ai/grok-4.6x-ai/grok-4.6IN$2.00OUT$6.00CTX131K3570.1%
- qwen/qwen3.8-flashqwen/qwen3.8-flashnewIN$0.189OUT$0.5922CTX1.0M420.0%
494,874 metered requests across the catalog in the last seven days.
Open the full catalogWhy Sylphx
A model shelf with the operational parts already solved
We are the seller, not a routing layer you have to reverse-engineer. What you send is what runs, what you pay is what is published, and what happened is what the response reports.
Official Responses contract
Requests and responses are the official OpenAI document. Streaming arrives as ordered events with a single terminal, so existing clients keep working when the model changes.
Request shapePublished list prices
Every model shows input, output, and cached-input prices per million tokens — the same numbers the meter bills against. No hidden tiers and no provider markup table to reverse-engineer.
See the rate sheetOrganization keys
Mint scoped sk-sx- keys for a workspace, name them per environment, watch last-used timestamps, and revoke in one click when a laptop walks away.
Open the consoleHosted tools, model-initiated
Let a model search the web, open a page, or discover a tool on its own. You pick the engine — auto, native, or a named managed engine — and constrained domains are honoured.
Tool contractsRetries that stay honest
Send an Idempotency-Key and a retried create replays the original response instead of billing twice. Rate-limit headers and typed errors tell you exactly what to do next.
Error envelopeData posture per model
Each row states its training posture and zero-data-retention availability, taken from the catalog, so a compliance question has a per-model answer instead of a footnote.
Check a modelPricing
One rate sheet, our prices, no guesswork
Billing is metered per token on Responses. The numbers below are our list prices — the same values published on each model page and charged on your usage page.
Lightest per million tokens
- Qwen: Qwen3.7 Flash$0.0378 in · $0.1638 out
- Meta: Muse Spark 1.3 Contributor$0.126 in · $0.252 out
- Google: Gemma 4 26B A4B $0.1764 in · $0.504 out
- deepseek/deepseek-flash$0.18 in · $0.72 out
Frontier per million tokens
- OpenAI: GPT-5.5$5.00 in · $30.00 out
- OpenAI: GPT-5.6 Sol$4.00 in · $20.00 out
- OpenAI: GPT-5.6 Terra$2.00 in · $12.00 out
- x-ai/grok-4.6$2.00 in · $6.00 out
Console
Keys, usage, and a playground in the same place
Sign in with your Sylphx account, mint an organization key, watch what it spends, and try a model before you write code — all on the site you already trust for prices.
- Usage you can read: requests, input and output tokens, and settled spend, broken down by model.
- Keys with a history: creation and last-used timestamps for every sk-sx-… key, with instant revocation.
- Playground: send a prompt to any catalog model and keep the exact request in the browser.
Requests
12,486
Tokens
48.2M
Spend
$356.20
Keys
Illustrative console layout.
FAQ
Answers before you write code
Do I need a special SDK?
Which models can I call?
How does billing work?
Does my traffic train someone else's model?
Can the model search the web?
What happens when a request fails?
Your first response is one key away.
Create an account, mint an organization key, and send the official Responses document to any model in the catalog. The quickstart walks the whole path in three steps.
Prefer to look first? Browse the catalog — no account needed.