Hong Kong edge · live now

One base_url to China's best AI models

Gantriq routes through Hong Kong for low-latency, stable access to DeepSeek, GLM, Kimi, Qwen, Seedance video and more. OpenAI-compatible — swap your base_url and ship.

OpenAI-compatible API USD pay-as-you-go No credit card to start
ByteDance Seedance
seedance-2.0VIDEO
Alibaba Happy Horse
happyhorse-1.0VIDEO
// core_features

Built for developers who ship

Hardcore reliability, zero migration friction, transparent pricing.

Hong Kong low latency

Edge nodes in Hong Kong give overseas developers stable, fast access to mainland China models — no VPN, no throttling.

OpenAI-compatible

Keep your SDK and code. Point base_url at Gantriq and every chat, vision and embeddings call just works.

USD, transparent

Pay-as-you-go in US dollars. Per-token and per-request pricing shown up front. No minimums, no surprises.

Developer friendly

Streaming, function calling, video generation and a clean console. Built by people who live in the terminal.

// video_models

AI video generation, production-ready

Text-to-video and image-to-video models from ByteDance and Alibaba. Generate cinematic footage at scale.

// text_models

China's top LLMs, one endpoint

Reasoning, chat, long-context, multimodal — OpenAI-compatible API for every Chinese frontier model.

DeepSeekdeepseek-chatreasoning · v3
Zhipuglm-4.6chat · tools
Moonshotkimi-k2long context
Alibabaqwen-maxchat · multimodal
Baiduernie-4.5chat
MiniMaxabab-6.5chat · audio
Googlegemini-3.0multimodal
Anthropicclaude-opusreasoning

New models added as they launch. Same API, same billing.

View full catalog →
// quickstart

From zero to first token in 60 seconds

Three steps. No SDK rewrite.

1

Create a key

Sign up and grab an API key from the console. Free starter credit included.

2

Swap base_url

Point your existing OpenAI client at https://api.gantriq.com/v1

3

Call any model

Set the model name and send. Streaming, tools and vision all supported.

python — quickstart.py
from openai import OpenAI

client = OpenAI(
    base_url="https://api.gantriq.com/v1",
    api_key="sk-gq-...",
)

resp = client.chat.completions.create(
    model="deepseek-chat",
    messages=[{"role": "user",
               "content": "ping"}],
)
print(resp.choices[0].message.content)

Ship with China's best models today

Free credit to start. Scale on transparent USD pay-as-you-go pricing.