Chinese AI, one developer gateway

Build with China's leading AI models through one API.

Access DeepSeek, Qwen, Doubao, Seedream, Seedance, voice, and 3D capabilities with one account, one credit system, and clear usage logs.

7 API familiesChat, image, video, voice, and 3D
One API keyUnified authentication and credits
OpenAI SDKCompatible chat completion workflow
quickstart.py
from openai import OpenAI

client = OpenAI(
    api_key="nv_live_...",
    base_url="https://navoraiwork.com/v1"
)

response = client.chat.completions.create(
    model="deepseek-chat",
    messages=[{"role": "user", "content": "Hello"}]
)
Same SDK. One gateway. Multiple Chinese AI models.
DeepSeekQwenDoubaoSeedreamSeedanceHunyuan 3D
One integration, more capability

Use the right Chinese AI model for every task.

Start with chat, then add image, video, speech, or 3D without creating a new authentication and billing layer for every provider.

Chat and reasoning

DeepSeek · Qwen · Doubao

Switch among Chinese chat and reasoning models without rebuilding authentication, credits, or usage tracking.

Image generation

Seedream

Generate production-ready images through the same account, credit balance, and request history.

Video generation

Seedance

Create and poll video tasks through a clear REST workflow designed for application backends.

Text to speech

Doubao TTS

Turn text into speech while keeping billing and usage records beside your other AI workloads.

3D generation

Tencent Hunyuan 3D

Submit text or image-driven 3D jobs through the same Navor API key and credit system.

Developer gateway

OpenAI-compatible chat

Keep your existing OpenAI SDK and change the base URL, API key, and model name.

Built for shipping

Spend time on your product, not provider plumbing.

Navor AI keeps the operational layer in one place, so a small team can test models, monitor calls, and move from prototype to production faster.

Unified accessUse one Navor API key across supported capabilities.
Visible operationsTrack credits, calls, errors, and account activity.
Fast migrationKeep familiar OpenAI SDK patterns for chat workloads.
Straight answers

Before your first request.

What is Navor AI?

Navor AI is a developer platform for accessing Chinese AI models through unified authentication, billing, documentation, and usage logs.

Can I use the OpenAI SDK?

Yes for chat completions. Point an OpenAI-compatible SDK at the Navor base URL and use a Navor API key. Multimodal endpoints use documented REST routes.

Is there a free way to try it?

Yes. You can create an account and start with the free web experience before choosing a paid workspace plan or standalone API credits.

Start with a real request

Try Chinese AI models from one workspace.

Create a free account, test the experience, and add API credits when you are ready to integrate.

Navor AI — One API for Chinese AI Models