Create API Key / Access Token
Choose the correct token group, expiration date, and quota, then configure the Key securely in Codex, Claude Code, Cherry Studio, Dify, or your own application.
An API Key is the secure credential used to connect to OmniDino.
Create separate Keys for different tools and projects so you can control quotas, revoke access, and track usage.
Separate Management
Use a separate Key for Codex, Claude Code, Cherry Studio, and Dify.
Choose a Group
Different clients, models, or account pools may use different groups and billing multipliers.
Quota Control
Set a small quota for testing, then increase it after confirming the model and pricing.
From signing in to copying the token.
Sign in to the OmniDino Console
Open https://api.omnidino.com, sign in, then open Tokens or API Keys.
Create a New Token
Click Create Token and name it by purpose, such as codex-personal, claude-code, dify-project, or image-test.
Choose a Token Group
Different clients, models, or account pools use different groups and multipliers. Choose based on the actual use case. For Codex, select the corresponding CodeX dedicated or Plus pool group in the console.
Set an Expiration Date
For beginners, No Expiration avoids unexpected client failures. Temporary tests or shared environments can use 7 days, 30 days, or a shorter period.
Set a Quota
The quota is the maximum Credit this token may consume. Start small, confirm calls and billing, then increase it.
Submit and Copy the Token
Click Submit. Return to the token list and confirm the new token appears. Click the copy icon on its row, or select it and click Copy Selected Tokens.
Store and Configure the Client
Store the copied token securely, then paste it into the installer, CC Switch, Codex, Cherry Studio, or another client configuration.
For now, groups can be understood by their multiplier names.
Group names may change later, but the billing principle remains the same.
0.2× Group
Base model usage multiplied by 0.2. Suitable for cost-sensitive use, testing, or specific lower-cost pools.
1× Group
Base model usage multiplied by 1. Suitable for standard calls and everyday use.
2× Group
Base model usage multiplied by 2. It may correspond to a different pool, route, or service strategy.
General OpenAI-compatible configuration.
Base URL: https://api.omnidino.com/v1 API Key: sk-your-omnidino-key Model: Enter the exact model ID shown in the console
Claude Code Exception
When using native Anthropic-compatible configuration, normally enter the root URL https://api.omnidino.com, rather than automatically appending an OpenAI Chat path.