First month free on paid plans · 0% provider markup · Forever-free tier · BYOK
Every OpenAI SDK already speaks the gateway. Streaming, tool-calling, JSON mode, audio — works unchanged. Switch model to any provider on your account.
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.DYMO_API_KEY,
baseURL: "https://api.tpeoficial.com/v1/ai"
});
const res = await client.chat.completions.create({
model: "dymo/auto", // orchestrator picks the best provider
messages: [{ role: "user", content: "Plan a launch in 5 bullets." }]
});15 providers. One key. Bring your own.
Routing, fallback, observability, safety. The boring infra you don't want to own — and the safety surface you absolutely should.
Keep every line of your OpenAI SDK code. Change the baseURL — that's it. Streaming, tools, function calling, JSON mode all work.
Bring your own keys. You pay providers directly — Dymo charges only the subscription. No hidden token markup.
Provider down? Key rate-limited? Model deprecated? Traffic routes around the failure. Your users never see the 5xx.
Map a task profile to the cheapest model that meets the bar. Cheap for cheap, smart for smart, automatically.
Heuristic and strict modes. Block jailbreaks, indirect injection and tool-call hijacking before the model sees them.
Redact emails, IDs, IBANs, custom regex — both ways. Your prompts and completions stay clean.
Text-to-speech and speech-to-text across every supported audio provider. Same SDK. Same key.
Map dymo/fast or my-team/cheap to any upstream model. Swap the underlying model without redeploying clients.
Estimated cost per model, daily and weekly charts, breakdowns by alias. Catch a runaway prompt before billing does.
Switch providers in a config flag. Negotiate against incumbents from a position of strength.
Auto-fallback turns a competitor's bad day into a non-event for your users.
Route trivial calls to cheap models. Reserve frontier models for the queries that need them.
Injection guard + PII redaction before your prompts ever leave your perimeter. SOC-friendly logs included.
Honest table. The math usually picks itself.
| Capability | Dymo Gateway | Build it yourself | Other gateways |
|---|---|---|---|
| Setup time | Change baseURL | Weeks | Days |
| BYOK | Sometimes | ||
| Provider markup | 0% | 0% | 5–20% |
| Auto-fallback | Build it | ||
| Orchestrator routing | — | Limited | |
| Prompt-injection guard | Heuristic + Strict | — | Add-on |
| PII redaction | — | Add-on | |
| Audio (TTS / STT) | — | Rare | |
| OpenAI-compatible | Per-provider |
Free tier forever. First month free on Hobby and Pro — no commitment. BYOK, no token markup. Pay providers directly; Dymo charges only the subscription.
Free
$0
500 req/mo · 50 RPM · 5 providers · Multi-provider fallback
Hobby
Freefirst month
then $20/mo
25k req/mo · 500 RPM · Orchestrator · Injection guard (heuristic)
Pro · Recommended
Freefirst month
then $79/mo
1M req/mo · 1.5k RPM · Audio · PII guard · Full safety stack
Enterprise
Custom
SSO · KMS · 99.99% SLA · Custom DLP · Dedicated support
BYOK = you pay providers directly. Dymo charges only the subscription. Estimated costs in the dashboard use each provider's public rate card.
Free tier in 60 seconds. Production-ready in five minutes.