Documentation Index
Fetch the complete documentation index at: https://docs.ruoli.dev/llms.txt
Use this file to discover all available pages before exploring further.
What Are Groups
RuoLi uses groups to organize different model channels. Each group corresponds to a different upstream API source with its own pricing multiplier. When creating a token, you need to select a group. The group determines the pricing and available channels for your API calls.
Group List
| Group | Multiplier | Description |
|---|---|---|
cn | 0.01 | Domestic Chinese models |
gemini-ant | 0.2 | Antigravity’s Gemini 2api, 1M context |
gemini-officially | 1 | Gemini official API |
claude-officially | 1.6 | Anthropic official Max |
claude-ant | 0.6 | Antigravity’s Claude 2api, 1M context |
codex-team | 0.2 | Codex official API, 1M context, supports gpt-image-2 image generation |
claude-kiro | 0.5 | Kiro’s Claude 2api, 1M context |
How to Choose a Group
Looking for the lowest price
Looking for the lowest price
Choose
cn (0.01) — domestic Chinese models, great for everyday use, learning, and testing.Need a large context window
Need a large context window
Choose groups with 1M context:
gemini-ant (0.2), codex-team (0.2), claude-kiro (0.5), or claude-ant (0.6). Best for working with large codebases.Need official-grade quality
Need official-grade quality
Choose
claude-officially (1.6) or gemini-officially (1). Direct connection to the official API — highest stability and quality, but also the highest price.Using Codex for coding
Using Codex for coding
Choose
codex-team (0.2). A channel optimized for Codex.What Does Multiplier Mean
The multiplier is a pricing coefficient applied on top of the model’s official price. The lower the multiplier, the cheaper it is. Actual cost = Model official price x Group multiplier For example, if a model’s official price is 10 yuan per million tokens:- Using
claude-officially(multiplier 1.6): cost = 10 x 1.6 = 16 yuan - Using
claude-ant(multiplier 0.6): cost = 10 x 0.6 = 6 yuan - Using
cn(multiplier 0.01): cost = 10 x 0.01 = 0.1 yuan


