Skip to content
@AIWaveAPI

AIWaveAPI

AIWave API

One API Key for 50+ Chinese AI Models — OpenAI Compatible

Website Models

Supported Models

Provider Models
DeepSeek V4 Pro, V3, R1 (Reasoning)
GLM GLM-5.1, GLM-5, GLM-4-Flash
Kimi Kimi VL (Vision), Kimi Thinking
ERNIE ERNIE 4.5, ERNIE Speed
Qwen Qwen 3, Qwen 3 VL
+ more 50+ Chinese AI models

Quick Start

from openai import OpenAI
client = OpenAI(
    api_key="***",
    base_url="https://aiwave.live/v1"
)
response = client.chat.completions.create(
    model="deepseek-chat",
    messages=[{"role": "user", "content": "Hello!"}]
)

Why AIWave?

  • One API key — all 50+ models
  • Pay-as-you-go — no minimum deposit
  • Start free — free credits on signup
  • OpenAI compatible — works with existing tools

Get started →

SDKs

Language
Python aiwave-sdk-python
Node.js aiwave-sdk-node

Popular repositories Loading

  1. aiwave-sdk-python aiwave-sdk-python Public

    AIWave Python SDK — One API key for 50+ Chinese AI models (DeepSeek, GLM, Kimi). OpenAI compatible, drop-in replacement.

    Python 1

  2. aiwave-sdk-node aiwave-sdk-node Public

    AIWave Node.js SDK — One API key for 50+ Chinese AI models (DeepSeek, GLM, Kimi). OpenAI compatible, drop-in replacement.

    JavaScript 1

  3. .github .github Public

    AIWave API organization profile

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…