What do you want to build?
Varity AI Gateway is a private AI chat that builds, deploys and manages your apps. 183 models. Your prompts and replies are never stored.
Playground
Ask anything, then ship what you build
The Playground is a private AI chat that also builds your app, deploys it to Varity Cloud and manages it. Nothing changes until you confirm.
For the work you can’t paste into other chatbots
MASTER SUPPLY AGREEMENT
Page 3
4.2 Renewal
This Agreement renews automatically for successive twenty-four (24) month terms unless either party gives written notice of non-renewal at least ninety (90) days before the end of the then-current term.
6.3 Pricing
Supplier may revise its prices on thirty (30) days’ written notice to Customer.
8.1 Confidentiality
Each party shall hold the other party’s Confidential Information in confidence and use it only to perform this Agreement.
9.1 Limitation of liability
Supplier’s total aggregate liability shall not exceed the fees paid by Customer in the one (1) month preceding the claim.
Your prompts aren’t our product
Varity keeps a usage record of each request for 30 days. Never what you asked, and never what the model answered.
Private86 models
Your prompts and replies aren’t stored or used for training.
Including Qwen 3.8 27B, GLM 5.3 Flash and Grok 4.7
Anonymized97 models
Sent without your identity.
Including GPT-6 Luna, Claude Opus 5.5 and Qwen 3.8 Flash
Require Private for your account, one API key or a single request. Varity never falls back to a weaker class.
Request details
req_7f3a91c2d8e4c21e
Model
Qwen 3 Coder 480B Turbo
Canonical ID: qwen-3-coder-480b-turbo
API key
support-bot
Timing
1,840 ms
TTFT 380 ms
Tokens
1,240
912 input · 328 output
Cost
Provider cost
What the model service charges, nothing added.
Privacy
Private
Retention
Metadata 30 days
Prompts and responses not stored by Varity.
Prompt
Never stored
Response
Never stored
183 models, provider prices
From 43 makers. Chat, image, speech, transcription and embedding models on one AI Gateway key. You pay what the model service charges, with nothing added per request. A 5% fee applies when you add credits, from $20.
API
Keep your OpenAI SDK
It’s an OpenAI-compatible API: change the base URL and key. For a team, give each person or app its own key that can require Private models, allow only the models you choose, and expire on its own.
Create an inference key in the Developer Portalimport osfrom openai import OpenAI client = OpenAI( api_key=os.environ["OPENAI_API_KEY"], base_url="https://ai.varity.app/v1", api_key=os.environ["VARITY_API_KEY"],) response = client.chat.completions.create( model="<a model from the catalog>", messages=[{"role": "user", "content": "Hello"}], extra_body={"varity_extensions": {"privacy_floor": "private"}},)Questions, answered
Does Varity store my prompts?
No. Varity stores no prompts, responses, tool arguments, uploads or Playground conversations. It keeps a usage record of each request, such as time, model, tokens and cost, for 30 days.
Which models are Private?
86 of the 183 live models are Private, including Qwen 3.8 27B, GLM 5.3 Flash and Grok 4.7. Anonymized models, including GPT-6 Luna, Claude Opus 5.5 and Qwen 3.8 Flash, are sent without your identity. Each model shows its class before you send.
What is the difference between Private and Anonymized?
Private: your prompts and replies aren’t stored or used for training. Anonymized: sent without your identity. Choose Private for your account, an API key or a single request, and Varity never falls back to a weaker class.
What can the Playground do?
Chat with a model from the live catalog, attach files, search the web and compare models side by side. With Varity tools on, it can also read your repository, deploy your app and manage your deployments. Every change waits for your confirmation.
Can I control what my team uses?
Yes. Each API key can require Private models, be limited to the models you approve, and be revoked at any time. You can also cap monthly spend.
How is it priced?
Each request costs what the model service charges, with nothing added. A 5% fee applies when you add credits, from $20 up to $1,000 at a time. There is no signup credit, and bring-your-own-key is not available.
Can I use my existing OpenAI SDK?
Yes. Set the base URL to https://ai.varity.app/v1, use your Varity API key and a model ID from the catalog. Streaming and tool calling work on eligible models.
Can I run my own model?
AI Gateway serves the models in its catalog. To run your own model or a training job, use Varity GPU compute.
Start a private chat
Open the Playground and send your first message
