Install
First, install the AIsa CLI if you have not already:What can agents do with it?
Chinese prompts
Route Chinese-language tasks to strong Chinese LLMs.
Model selection
Choose between Qwen, DeepSeek, GLM, Baichuan, and related models.
Bilingual workflows
Switch between Chinese and global model families.
Agent defaults
Give agents practical routing heuristics.
🔥 What You Can Do
Intelligent Chat
Deep Reasoning
Code Generation
Long Text Processing
Model Comparison
Supported Models
Qwen (Alibaba)
| Model | Input Price | Output Price | Features |
|---|---|---|---|
| qwen3-max | $1.37/M | $5.48/M | Most powerful general model |
| qwen3-max-2026-01-23 | $1.37/M | $5.48/M | Latest version |
| qwen3-coder-plus | $2.86/M | $28.60/M | Enhanced code generation |
| qwen3-coder-flash | $0.72/M | $3.60/M | Fast code generation |
| qwen3-coder-480b-a35b-instruct | $2.15/M | $8.60/M | 480B large model |
| qwen3-vl-plus | $0.43/M | $4.30/M | Vision-language model |
| qwen3-vl-flash | $0.86/M | $0.86/M | Fast vision model |
| qwen3-omni-flash | $4.00/M | $16.00/M | Multimodal model |
| qwen-vl-max | $0.23/M | $0.57/M | Vision-language |
| qwen-plus-2025-12-01 | $1.26/M | $12.60/M | Plus version |
| qwen-mt-flash | $0.168/M | $0.514/M | Fast machine translation |
| qwen-mt-lite | $0.13/M | $0.39/M | Lite machine translation |
DeepSeek
| Model | Input Price | Output Price | Features |
|---|---|---|---|
| deepseek-r1 | $2.00/M | $8.00/M | Reasoning model, supports Tools |
| deepseek-v3 | $1.00/M | $4.00/M | General chat, 671B parameters |
| deepseek-v3-0324 | $1.20/M | $4.80/M | V3 stable version |
| deepseek-v3.1 | $4.00/M | $12.00/M | Latest Terminus version |
Note: Prices are in M (million tokens). Model availability may change, see console.aisa.one/pricing for the latest list.
Quick Start
API Endpoints
OpenAI Compatible Interface
Qwen Example
DeepSeek Example
Qwen3 Code Generation Example
Parameter Reference
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Model identifier |
messages | array | Yes | Message list |
temperature | number | No | Randomness (0-2, default 1) |
max_tokens | integer | No | Maximum tokens to generate |
stream | boolean | No | Stream output (default false) |
top_p | number | No | Nucleus sampling parameter (0-1) |
Response Format
Streaming Output
Python Client
CLI Usage
Python SDK Usage
Use Cases
1. Chinese Content Generation
2. Code Development
3. Complex Reasoning
4. Visual Understanding
5. Model Routing Strategy
Error Handling
Errors return JSON witherror field:
401- Invalid or missing API Key402- Insufficient balance404- Model not found429- Rate limit exceeded500- Server error
Pricing
| Model | Input ($/M) | Output ($/M) |
|---|---|---|
| qwen3-max | $1.37 | $5.48 |
| qwen3-coder-plus | $2.86 | $28.60 |
| qwen3-coder-flash | $0.72 | $3.60 |
| qwen3-vl-plus | $0.43 | $4.30 |
| deepseek-v3 | $1.00 | $4.00 |
| deepseek-r1 | $2.00 | $8.00 |
| deepseek-v3.1 | $4.00 | $12.00 |
Price unit: $ per Million tokens. Each response includesusage.costandusage.credits_remaining.
Get Started
- Register at aisa.one
- Get API Key
- Top up (pay-as-you-go)
- Set environment variable:
export AISA_API_KEY="your-key"
Full API Reference
See API Reference for complete endpoint documentation.Get started
- Sign up at aisa.one (new accounts start with $2 free credit).
- Generate an API key from the console.
- Set your key and install the skill:
- Start a new agent session so the runtime loads the updated skill instructions.
Related
Chinese LLMs
Overview of Chinese model families in AIsa.
AIsa LLM Router
General-purpose model routing across providers.
Model Catalog
Browse supported model IDs.