Access OpenAI, Anthropic, Google, DeepSeek and 230+ models through a single OpenAI-compatible endpoint — a cheap, pay-as-you-go alternative to OpenRouter at the cheapest prices on the market with routing, fallbacks and a free playground built in.
230+
models
Cheapest
vs list price
99.99%
uptime SLA
Supported models
Claude Fable 5.1
Anthropic
Input
$10.00/M
Output
$50.00/M
Context
1M
Claude Opus 5
Anthropic
Input
$5.00/M
Output
$25.00/M
Context
1M
GPT 6 Astra
OpenAI
Input
$10.00/M
Output
$50.00/M
Context
1M
Unified API
Change two lines — baseURL and key — and every model speaks the same Chat Completions dialect. Stream, tool-call and batch exactly like you already do.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://newtoken.dev/v1",
apiKey: process.env.NEWTOKEN_KEY,
});
const res = await client.chat.completions.create({
model: "auto", // routed by cost, latency & quality
messages: [{ role: "user", content: "Summarize this release" }],
});Smart routing
Route by price, latency or quality. Set policies per app, fall back automatically when a provider degrades.
auto · cost < $2/M · p99 < 800ms
Usage analytics
Per-key, per-model spend and token breakdowns with daily, weekly and monthly rollups. Export anywhere.
1.2M requests · $842.10 · this week
Developer experience
Playground, request logs, evals and typed SDKs. Ship behind a stable API while labs change underneath.
⌘K palette · logs · traces
NewToken is a low-cost API for AI wrappers and side projects: one key for GPT-6, Claude, Gemini, DeepSeek, GLM, Kimi, Qwen, Grok and 230+ more models, per-token billing, up to 80% below list price. It works as a discounted OpenAI API key — keep your SDK, change the baseURL, and every chat completions call works with streaming, tools and JSON mode.
Instead of separate OpenAI, Anthropic, Google and DeepSeek accounts — or paying OpenRouter's markup — NewToken routes each request to the cheapest online upstream route automatically. Compare live GPT-6 API pricing, cheap Claude API access, Gemini 3, DeepSeek and GLM-5.3 costs per 1M tokens in the catalog, with the discount versus the official list price on every model.
The free AI model playground lets you chat with every model before you integrate — temperature, reasoning effort and max-token controls, streaming responses, per-message cost. In production: per-key spend limits, route pinning, request logs, spend-by-model and latency analytics. A free tier LLM API aggregator selected models cost nothing to call.