Skip to content
Public Beta

All AI Models
At Your Fingertips

Unified AI API Gateway — one Token to call OpenAI, Claude, Gemini and 37+ providers

37+Providers
3Protocols
100%OpenAI Compatible
example.py
from openai import OpenAI

client = OpenAI(
    base_url="https://api.geoq.help/v1",
    api_key="sk-your-token",
)

resp = client.chat.completions.create(
    model="claude-sonnet-4-5",
    messages=[{"role": "user", "content": "Hello"}],
)
print(resp.choices[0].message.content)

Unified API

One endpoint for OpenAI, Anthropic, Gemini, and dozens more. No client changes needed.

Smart Routing

Automatic model routing, load balancing, and fallback across channels and providers.

Usage Tracking

Per-token billing, quota enforcement, and real-time usage dashboards per user or group.

Multi-Key Permissions

Create scoped tokens with model allowlists, rate limits, IP restrictions, and expiry dates.

Ready to start?

Free to register. Get your API token in under a minute.

基于 new-api 二次开发,AGPL-3.0 协议