-
Notifications
You must be signed in to change notification settings - Fork 4
Model Catalog
Juan Manuel Daza edited this page Jul 21, 2026
·
1 revision
The Qwen free quota provides 103M tokens across 81 LLM models, expiring September 28, 2026.
| Category | Total | With Quota | Exhausted | Token Quota |
|---|---|---|---|---|
| LLM (text) | 91 | 81 | 10 | 1M tokens each |
| Vision (image/video) | 61 | 61 | 0 | Generations |
| Multimodal (omni) | 19 | 17 | 2 | 1M tokens each |
| Audio (ASR/TTS) | 41 | 40 | 1 | Seconds/chars |
| Embedding + Rerank | 5 | 5 | 0 | 1M tokens each |
| Total | 217 | 204 | 13 |
| Model | Context | Vision | Thinking | Tool Use |
|---|---|---|---|---|
qwen3.7-max |
1M | No | Yes | Yes |
qwen3.7-plus |
1M | Yes | Yes | Yes |
| Model | Context | Thinking | Tool Use |
|---|---|---|---|
qwen3-coder-plus |
1M | Yes | Yes |
qwen3-coder-flash |
1M | Yes | Yes |
qwen3-coder-next |
256K | Yes | Yes |
| Model | Context | Audio | Video |
|---|---|---|---|
qwen3.5-omni-plus |
64K | Yes | Up to 1h |
qwen3.5-omni-flash |
64K | Yes | Up to 1h |
| Model | Context | Thinking | Notes |
|---|---|---|---|
deepseek-v3.2 |
128K | Yes | Reasoning |
kimi-k2.7-code |
— | Yes | Coding |
glm-5.2 |
198K | Yes | General |
| Model | Status |
|---|---|
qwen-plus |
Exhausted |
qwen-max |
Exhausted |
qwen-turbo |
Exhausted |
qwen-flash |
Exhausted |
deepseek-v4-pro |
Exhausted |
deepseek-v4-flash |
Exhausted |
qwen3.7-plus (base) |
Not Supported |
qwen3.7-max (base) |
Not Supported |
qwen-plus-character-ja |
No Free Quota |
qwen-plus-2025-01-25 |
No Free Quota |
| Satellite | Primary Model | Fallback |
|---|---|---|
| transcriber | Whisper (OpenAI/local) | — |
| verify | qwen3-coder-plus |
qwen3.7-plus |
| transform | qwen3-coder-plus |
qwen3.6-flash |
| hear | qwen3.5-omni-plus |
— |
| see | qwen3.7-plus |
— |
| speak | cosyvoice-v3.5-plus |
— |
| summarize | qwen3.6-flash |
— |
| translate | qwen-mt-plus |
— |
| extract | qwen3-coder-plus |
— |
| reason | qwq-plus |
— |
The scripts/qwen_fallback.py script manages quota rotation for opencode:
# Check status of all models
python scripts/qwen_fallback.py --status
# Rotate to next available model
python scripts/qwen_fallback.py --rotate
# Force specific model
python scripts/qwen_fallback.py --rotate --model qwen3-coder-plusSee qwen-model-catalog.md for the complete 217-model catalog with pricing and capabilities.
All free quota is in the Singapore (International) region. API keys are not interchangeable across regions.
Endpoint: https://dashscope-intl.aliyuncs.com/compatible-mode/v1
All free quota expires September 28, 2026 (90-day validity from account activation).
reverberage hub — Meta-repository for the reverberage ecosystem.
Composable MCP-native toolkits for audio, video, and text.
- rvrb-transcriber — Audio/video transcription
- rvrb-verify — Claim verification
- rvrb-transform — Text transformation
- rvrb-hear — Audio comprehension
- rvrb-see — Image understanding
License: Apache-2.0