Official APIs
OpenAI, Anthropic, Google direct
Demand full pricing forever, along with a separate integration, key and invoice for every provider you add.
Full priceThat sounds suspicious, so we're not going to ask you to believe it. Test it for free with credits on us.
Your application points one OpenAI-compatible base URL at Glide, which routes each request onward to the official OpenAI, Anthropic, Google, Moonshot, Z.ai, DeepSeek, Alibaba Qwen, Mistral AI and MiniMax endpoints and returns the official response with full upstream usage.
The market today
OpenAI, Anthropic, Google direct
Demand full pricing forever, along with a separate integration, key and invoice for every provider you add.
Full priceClaude Max, ChatGPT Plus
Get throttled mid-task. Quotas shrink without warning and you find out when your agent stops halfway through a job.
ThrottledOpenRouter and friends
Give you one endpoint, which is genuinely useful, but it gets you no savings.
No savingsTelegram sellers, gray-market proxies
Save you money, but with fake models, inflated token counts and stolen data.
Not trustworthyYou're right to be suspicious
They substitute original models with fake ones.
They charge you more by inflating tokens, showing more than you actually used.
They log your prompts, completions and reasoning chains to resell them.
They disappear once their temporary exploits die, with no way to contact them.
Introducing Glide API
Official models, with the same context windows and the same precision.
Because they are the official models. Every response returns input, output, reasoning, and cache creation split by TTL.
We only keep the timestamp, model, token count, status, cost and balance change. Never your prompts, completions or data.
Card payments via Polar (a Stripe partner) and digital assets via OxPay. Unused balance can be refunded on request.
Switch the base URL in your existing setup and you're running. Nothing else changes.
Published live per model. We show live numbers, not a screenshot from a good week.
Live across all models
Updated every 60s & averaged over 30 days.
Don't trust us
These are the tests that catch a fake AI API, and you can run all of them for free on our credit. Ten minutes, our money.
{
"type": "thinking",
"thinking": "The user just said \"hi\". I'll
respond naturally and concisely.",
"signature": "CAISoQUKiAEIDxgCKkAw+kAybZ0hiRUdRRGKnnH2eOft4WT6aMiSTt…"
}
The capital of Australia is Canberra, selected in 1908 as a compromise between Sydney and Melbourne.
The capital of Australia is Canberra, selected in 1908 as a compromise between Sydney and Melbourne.
{
"usage": {
"input_tokens": 16,
"output_tokens": 29,
"output_tokens_details": {
"thinking_tokens": 20
},
"cache_creation_input_tokens": 73,
"cache_read_input_tokens": 0
}
}
If any of these fail, don't trust us. Leave.
Pricing
Every model is 25% of the official price. Take the published price for any model, multiply by 0.25, and that's what you pay us.
| Model | Official | Glide API | You save |
|---|---|---|---|
| Loading current model prices... | |||
Before you spend anything
On sign up
Enough to run all five tests above and still have credit left to use. Works on every model in the catalog. No card required.
If there's unused credit in your account and you want it back, just ask and we will send it without any conditions.
No minimum threshold for a recharge, you can even top-up a dollar. Nothing renews or auto-charges.
Cards through Polar (a Stripe partner), digital assets through OxPay. No wallet addresses in DMs, no shady Telegram messages.
Email or Discord. We usually reply within 2–5 hours (because we're humans), and we never leave you hanging.
ZDR by default
Your prompts, responses, tool payloads, and API keys are never stored, logged, or used for training. Requests are relayed and forgotten — there is no conversation history on our side to breach, sell, or subpoena.
Setup
Create an account and generate a key in the console.
Replace one line in your existing client. Pick your stack in the terminal below.
Only the model string changes. Pull current IDs from GET /v1/modelsFull endpoint reference and per-client setup.
python · openai
from openai import OpenAI
client = OpenAI(
api_key="YOUR_GLIDE_KEY",
base_url="https://glideapi.dev/v1",
)
javascript · openai
const client = new OpenAI({
apiKey: process.env.GLIDE_API_KEY,
baseURL: "https://glideapi.dev/v1",
});
python · anthropic
from anthropic import Anthropic
client = Anthropic(
api_key="YOUR_GLIDE_KEY",
base_url="https://glideapi.dev",
)
bash · claude code
export ANTHROPIC_BASE_URL="https://glideapi.dev"
export ANTHROPIC_AUTH_TOKEN="YOUR_GLIDE_KEY"
export ANTHROPIC_MODEL="YOUR_MODEL_ID"
claude
toml · codex cli · config.toml
model_provider = "glideapi"
model = "YOUR_MODEL_ID"
[model_providers.glideapi]
name = "GlideAPI"
base_url = "https://glideapi.dev/backend-api/codex"
env_key = "GLIDE_API_KEY"
wire_api = "responses"
requires_openai_auth = false
Also works with
FAQ
We don't have them. Requests are routed, not retained. Your prompts and completions aren't written to our storage, so there's nothing to sell, leak or hand over.
What we do keep is the billing record: timestamp, model, token count, status, cost, balance change.
We're not different because we say it louder. We're different because we published the tests that would expose us, and told you to post the results if we fail.
Scroll back to the five tests. That protocol works on any provider. Run it on us, then run it on whoever else you're considering, and notice which of us published it.
No. Full precision. No FP8, no INT4, no "optimized" variants. Test 2 catches quantization if you don't take our word for it. Quantized weights diverge from official output at temperature zero, quickly and visibly.
You ask for it back and we send it. Any unused balance, any time, no conditions and no expiry window. It's prepaid, not committed.
No. There's no seat, no weekly quota and no usage cap that resets on someone else's schedule. You bought tokens, you spend tokens.
That's the difference this page exists to sell. A subscription rations you. A balance doesn't.
Per-model uptime, latency and status are published live at status.glideapi.dev. Current numbers, not a screenshot from a good week. When a route degrades we fail over to another authorized route to the same model; if none is available you get an error rather than a substitute.
Yes, and you can check that before you sign up. Email or Discord, with an average first response under two hours.
Yes. Cached input is priced separately when the selected model supports it. Check the live Models catalog for the current cached-input rate.
Every one of them, listed. Input tokens, output tokens, model, status and cost, per request, from your first call, in the dashboard and through the API:
/v1/usage/logs line items · /v1/usage/models spend by model · /v1/usage/keys spend by key · /v1/balance what's left
Take the free credits. Run the tests. Check every number we've claimed on this page against the official API.
If we're lying, you'll know in ten minutes and it cost you nothing. If we're not, you just cut your AI bill by 75%.