Built for OpenClaw — works with any OpenAI-compatible client

Run OpenClaw for 90% Less with Chinese AI Models

DeepSeek-v3.2, Qwen, GLM, MiniMax — 8 models through one API key. No Chinese phone number needed. One free model included.

Get Free API Key See Config ↓
$0.20
DeepSeek per 1M input tokens
8
Models, one API key
<80ms
Time to first token (APAC)
$0
GLM-4.6V-Flash is free

OpenClaw Monthly Cost Comparison

Based on moderate daily usage (~500 messages/day, mixed coding and chat tasks)

via NovAI
DeepSeek-v3.2
$18
per month
CHEAPEST
Direct
GPT-4o
$225
per month
12X MORE
Direct
Claude Opus 4.6
$720
per month
40X MORE
ModelProviderInput / 1MOutput / 1MContextBest For
GLM-4.6V-Flash FREEZhipu AI$0$0128KTesting, prototyping, heartbeats
Qwen-TurboAlibaba$0.06$0.20128KClassification, extraction, routing
DeepSeek-v3.2 POPULARDeepSeek$0.20$0.40128KCoding, reasoning, main agent
Qwen-PlusAlibaba$0.20$0.60128KGeneral purpose, multilingual
MiniMax-Text-01MiniMax$0.20$1.601MEntire repos, long documents
GLM-4.6VZhipu AI$0.40$1.20128KVision + text, multimodal
Qwen-MaxAlibaba$0.40$1.2032KTranslation, creative writing
Moonshot-128KKimi$0.80$0.80128KDocument analysis, summarization

2-Minute Setup: Add NovAI to OpenClaw

Copy this config into your ~/.openclaw/openclaw.json and you're done.

{
  "models": {
    "mode": "merge",
    "providers": {
      "novai": {
        "baseUrl": "https://aiapi-pro.com/v1",
        "apiKey": "YOUR_NOVAI_API_KEY",
        "api": "openai-completions",
        "models": [
          {
            "id": "deepseek-v3",
            "name": "DeepSeek-v3.2",
            "reasoning": true,
            "input": ["text"],
            "cost": { "input": 0.20, "output": 0.40 },
            "contextWindow": 128000,
            "maxTokens": 8192
          },
          {
            "id": "glm-4v-flash",
            "name": "GLM-4.6V-Flash (FREE)",
            "reasoning": false,
            "input": ["text", "image"],
            "cost": { "input": 0, "output": 0 },
            "contextWindow": 128000,
            "maxTokens": 4096
          },
          {
            "id": "qwen-turbo",
            "name": "Qwen-Turbo",
            "reasoning": false,
            "input": ["text"],
            "cost": { "input": 0.06, "output": 0.20 },
            "contextWindow": 128000,
            "maxTokens": 8192
          }
        ]
      }
    }
  },
  // Set DeepSeek as your main model
  "agents": {
    "defaults": {
      "model": "novai/deepseek-v3",
      "models": {
        "novai/deepseek-v3": { "alias": "deepseek" },
        "novai/glm-4v-flash": { "alias": "glm-free" },
        "novai/qwen-turbo": { "alias": "qwen" }
      }
    }
  }
}
1

Get your API key

Sign up at aiapi-pro.com with just an email. No phone verification, no credit card. Your API key appears instantly in the dashboard.

2

Paste the config above

Open ~/.openclaw/openclaw.json and merge the config. Replace YOUR_NOVAI_API_KEY with your actual key. Run openclaw gateway config.apply.

3

Start saving

Type /model novai/deepseek-v3 in your OpenClaw chat to switch. Or set it as default and forget about it. GLM-4.6V-Flash is free with no limits — great for heartbeats.

Pro Tips: Optimize Your OpenClaw Costs

Combine these strategies to cut your bill even further.

Multi-Model Routing Strategy

Don't use one model for everything. Route by task complexity:

TaskRecommended ModelCostWhy
Heartbeats & keepaliveGLM-4.6V-Flash$0 (FREE)Zero cost, fast response
Simple lookups & classificationQwen-Turbo$0.06 / 1MCheapest paid model, very fast
Coding & reasoningDeepSeek-v3.2$0.20 / 1MBest cost-performance ratio
Full repo analysisMiniMax-Text-01$0.20 / 1M1M context window, no chunking

Frequently Asked Questions

Common questions from OpenClaw users switching to NovAI.

Can I use NovAI alongside my existing OpenAI/Anthropic provider?

Yes. OpenClaw supports multiple providers simultaneously. Just add NovAI as an additional provider in your config — your existing models stay untouched. Switch between them with the /model command.

Is DeepSeek actually as good as GPT-4o for coding?

On HumanEval (code benchmark), DeepSeek-v3.2 scores 90.2% vs GPT-4o's 90.2% — essentially identical. On MATH-500 it scores 90.0% vs GPT-4o's 76.6%. For most OpenClaw coding tasks, you won't notice a difference.

Do I need a Chinese phone number?

No. NovAI handles all upstream authentication. You sign up with email only — no phone verification, no ID check, no credit card required to start (free model available immediately).

What about latency? My OpenClaw agents need fast responses.

NovAI runs from Hong Kong with direct peering to Chinese AI providers. Time to first token is under 80ms for Asia-Pacific users and around 200ms globally — comparable to or faster than US-based alternatives.

How does billing work?

Prepaid balance, pay-as-you-go. Minimum top-up is $5 USDT. No monthly subscription, no commitments. A $5 balance typically lasts 2-4 weeks of moderate OpenClaw usage with DeepSeek.

Can I use GLM-4.6V-Flash for free forever?

Yes. GLM-4.6V-Flash has no usage limits and no time restriction. It's a capable 128K-context model from Zhipu AI — good for testing, heartbeats, and moderate workloads. No balance needed.

Stop Overpaying for OpenClaw

Join developers who cut their API bills by 90%. Free model included, no credit card required.

Get Your Free API Key →