uptime 99.994%/28 models · 10 providers

One key.
Every model.
Zero rate ceilings.

Forge is an OpenAI-compatible routing gateway. Point your SDK at us and stream from GPT-5.6, Claude Opus, Grok, DeepSeek, Kimi and 20+ more — with automatic key pooling and millisecond failover.

22.1B
tokens routed
573ms
avg first-token
99.99%
routing SLA
gateway.forge/edge · iad1
live
03:44:34200POST /v1/chat/completionsclaude-sonnet-4-5iad1214ms
03:44:33200POST /v1/chat/completionsdeepseek-r1sfo1891ms
03:44:31200POST /v1/chat/completionsgpt-5.6-lunafra1342ms
03:44:30200GET /v1/models-iad112ms
03:44:29200POST /v1/chat/completionsgrok-4.5iad1512ms
03:44:28429POST /v1/chat/completionskimi-k3hkg11024ms
03:44:26200POST /v1/chat/completionskimi-k3hkg163ms
03:44:25200POST /v1/chat/completionsgemini-3-proiad1421ms
03:44:24200POST /v1/embeddingstext-embed-3iad187ms
03:44:22200POST /v1/chat/completionsclaude-sonnet-4-5iad1214ms
03:44:21200POST /v1/chat/completionsdeepseek-r1sfo1891ms
03:44:20200POST /v1/chat/completionsgpt-5.6-lunafra1342ms
03:44:18200GET /v1/models-iad112ms
03:44:17200POST /v1/chat/completionsgrok-4.5iad1512ms
03:44:16429POST /v1/chat/completionskimi-k3hkg11024ms
03:44:15200POST /v1/chat/completionskimi-k3hkg163ms
03:44:13200POST /v1/chat/completionsgemini-3-proiad1421ms
03:44:12200POST /v1/embeddingstext-embed-3iad187ms
Routing toopenaianthropicxaideepseekmoonshotgoogletencentxiaomiminimaxglm
/* 01 — integration */

Drop-in for the OpenAI SDK.

Change two lines. Keep your streaming, tool-calls, JSON mode. Every request is observable in the Forge dashboard and billed against a single balance.

base_url
https://forge-gateway-api.fly.dev/v1
auth
Bearer fg-*
endpoints
/chat/completions · /embeddings · /models
region
iad1 · sfo1 · fra1 · hkg1
agent.pycurl.shnode.ts
from openai import OpenAI

client = OpenAI(
    api_key="fg-demotoken1234567890",
    base_url="https://forge-gateway-api.fly.dev/v1",
)

response = client.chat.completions.create(
    model="deepseek-r1",
    messages=[{"role": "user", "content": "Explain load balancing."}],
    stream=True,
)

for chunk in response:
    print(chunk.choices[0].delta.content, end="")
streaming · 1.2s to first token · routed deepseek-r1 via iad1
/* 02 — catalog */

Frontier models, one endpoint.

full catalog →
OpenAIFREE
gpt-5.6-luna
1.05M ctx$1.00 / $6.00
OpenAIFREE
gpt-5.6-sol
1.05M ctx$5.00 / $30.00
OpenAIFREE
gpt-5.6-terra
1.05M ctx$2.50 / $15.00
OpenAIFREE
gpt-5.5
128K ctx$5.00 / $40.00
OpenAIFREE
gpt-5.3-codex
400K ctx$1.75 / $14.00
AnthropicFREE
claude-opus-4-5
200K ctx$5.00 / $25.00
AnthropicFREE
claude-sonnet-4-5
200K ctx$3.00 / $15.00
AnthropicFREE
claude-haiku-4-5
200K ctx$1.00 / $5.00
/* 03 — plans */

Pay for tokens, not seats.