API Gateway · Official Direct Routing

One endpoint.
Every frontier model.

A low-cost relay that speaks the OpenAI API and forwards straight to official upstreams. Swap a base URL, keep your code, stop juggling four billing accounts.

https://www.blitz.mom
官方直连 official upstream routing OpenAI-compatible drop-in base URL 24/7 technical support Pay per token no subscription
Model coverage

The models you actually ship with.

Text, vision, reasoning and long-context models from every major lab, reachable through a single key and a single quota.

Claude

Anthropic
  • Opus
  • Sonnet
  • Haiku
  • 200K ctx
  • vision

GPT

OpenAI
  • GPT-4o
  • GPT-4.1
  • o-series
  • function calling

Gemini

Google
  • 2.5 Pro
  • Flash
  • 1M ctx
  • multimodal

And more

Multi-vendor
  • DeepSeek
  • Qwen
  • Kimi
  • GLM
  • Grok
Beyond text

Video and images, same key.

Generation endpoints sit alongside the chat models, so a single account covers your whole pipeline.

🎬

Seedance video

Text-to-video and image-to-video generation. Submit a prompt, poll the task, pull the finished clip — no separate vendor contract.

🖼️

GPT Image

High-fidelity image generation and editing with prompt-level control over composition, style and aspect ratio.

🔌

One integration

Chat, embeddings, vision, video and images all answer on the same base URL with the same bearer token.

Why blitz.mom

Built for people who ship.

直连
Official upstream
Requests forward to first-party APIs. No reverse-engineered web sessions, no scraped tokens.
低价
Lower unit cost
Pooled volume pricing, billed per token. Top up what you need instead of paying a monthly floor.
24/7
Human support
Round-the-clock technical help — integration issues, rate limits, model selection.
One line to switch
Change the base URL. Existing OpenAI SDK code, LangChain chains and IDE plugins keep working.
Quick start

Two fields, then you're live.

Point any OpenAI-compatible client at the gateway and pass your key.

python · openai sdk
# pip install openai
from openai import OpenAI

client = OpenAI(
    base_url="https://www.blitz.mom/v1",
    api_key="sk-your-key-here",
)

resp = client.chat.completions.create(
    model="claude-sonnet-4-5",          # or gpt-4o, gemini-2.5-pro …
    messages=[{"role": "user", "content": "Hello"}],
)
print(resp.choices[0].message.content)

Stuck on an integration?

Technical support answers around the clock, in Chinese or English.

24/7 · typical reply in minutes