GoModelHub
Get started

Route models on your terms.

One OpenAI-compatible endpoint. Route to any major model by cost, by latency, or by a rule you define. Model pricing passed through at cost, platform fee listed separately.

â–Ž
Get startedRead the docs

Capabilities

Intelligent routing for every workload

Not every request needs the same routing intelligence. A production API call should route through full evaluation — cost, latency, availability. A CI test needs zero overhead. An overnight batch job just needs the cheapest working model. Three layers exist because the routing decision should match the request — not the other way around.


Routing

Three layers for every kind of intent

L1 — Auto-routing

Send a request. We evaluate cost per token, P50 response time, and provider uptime, then route to the best fit. No manual tuning required.

✓

"I just want it to work."

L2 — Manual

Specify the model in your request — model: deepseek-chat. We forward it exactly. No substitution, no smart routing, no surprises.

model: deepseek-chat✓

"I know exactly what I want."

L3 — Custom Rules

Define routing logic as conditions. Task routing, time-based routing, budget-aware routing — compiled and executed per request. No middleware to build.

ifAB

"My infrastructure should follow my logic."

Enable one layer or all three per request. The integration code stays the same.


Economics

Routing comes with overhead.
Ours earns it back.

Provider health checks, latency scoring, rule evaluation — each request adds a few milliseconds. Combined with caching and smart routing, the routing layer typically reduces total API spend by 20-40%.

Direct to providerWith GMH routing
Model cost$X per token$X per token (pass-through)
Platform fee—Flat % on usage
Total spend impact—−20–40% of bill

Model cost passed through at cost. Flat platform fee listed separately. No markup on inference. Here's how the numbers work out in practice.


Breakdown

Cost breakdown: over 12 months

Two scenarios illustrate the difference. One pays per-request without routing intelligence. The other uses smart routing and caching — the spend curve flattens over time.

Direct API vs GMH

Over 12 months, the gap widens. Direct API costs scale with usage; GMH's routing and caching keep spend flat.

Savings accumulation

Caching and intelligent routing compound each month. The routing layer pays for itself by month 3.


FAQ

Common questions

A few things people ask about routing, pricing, and how BYOK works.

Why does routing need three layers?
Because a production API call and a 3 AM batch job have completely different routing requirements. Three layers let you match the routing logic to the request — without one-size-fits-all overhead.
How does pricing work?
Model costs are passed through at cost — what the provider charges is what you pay. We add a flat platform fee on usage, listed separately. You see exactly what you're paying for routing versus inference.
Do you support BYOK?
Yes. Bring your own provider key. The first X requests per month are free. Beyond that, the same flat platform fee applies — but only on requests routed through our layer.

At a glance

Key features, summed up.

Pass-through pricing

Model cost passed through at cost — no markup on inference. Platform fee listed separately. You see exactly what you're paying for routing versus inference.

20-40% savings

Smart routing sends simple queries to cheap models and complex ones to premium — only when needed. Combined with caching, the routing layer typically reduces total spend by 20-40%.

One-line integration

base_url = "https://api.gomodelhub.com/v1"

Your existing OpenAI SDK works as-is. Change base URL and API key — streaming, tool calls, vision, structured outputs all work. No new dependencies.

Every major model

GPT-4o, o3, and Assistants API — through one endpoint.
Switch models by changing a string, not your integration.

Get started

Start routing in one line.

OpenAI-compatible. Free tier. No credit card required.

Get startedRead the docs