Public surfaceOne OpenAI-compatible `/v1/*` contract for launch-ready traffic.
/v1/* only
No native endpoints
Docs for buyers and operators
These notes keep the launch contract simple while showing how `cheap/*`, `resale/*`, and `byok/*` should be sold, quoted, and described without inventing unsupported public pricing.
Buyer comparison
Make route choice legible before a prospect ever opens the dashboard.
Pricing language
Keep the commercial story tied to route behavior instead of publishing unsupported exact rates.
Quickstart
Start with a model ID that matches the intended execution lane. The client shape stays the same across tiers.
curl https://api.onekeymodels.com/v1/chat/completions \
-H "Authorization: Bearer $ONEKEYMODELS_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cheap/gpt-5.4",
"messages": [{"role": "user", "content": "hello"}]
}'Commercial note
Avoid universal pricing statements, because the buyer should compare route, volume, and control instead.