OmniDino
Home Models Pricing Guides About Contact Login Get API Key
EN 中文
OmniDino FAQ

Questions before you
start building?

Clear answers about accounts, API keys, model access, billing, routing, limits, security and common integration issues.

01

Getting Started

Essential information for new OmniDino users.

OmniDino is a unified AI API gateway that lets you access multiple model families through one account, one API key and one compatible endpoint.
OmniDino is designed for developers, creators, startups, agencies, AI tool users and businesses that need flexible access to multiple AI models.
Create an account, top up your balance, generate an API key, set the base URL to https://api.omnidino.com/v1, select a supported model and send your first request.
No. Available model routes can be accessed through your OmniDino account without managing separate accounts for every provider.
{ }

API & Integration

Base URLs, keys, endpoints and compatible applications.

Yes. Many tools can connect by replacing the API key and base URL with your OmniDino credentials.
Use https://api.omnidino.com/v1 when the application asks for an OpenAI-compatible base URL.
Log in to the OmniDino console and open the API Keys page. Create a separate key for each application or environment whenever possible.
Available endpoints may include Chat Completions, Responses, Images, Audio, Embeddings and other model-specific routes. Check the model and endpoint information shown in the console.
Yes, when the client supports a custom OpenAI-compatible provider. Detailed setup instructions are available in the Technical FAQ and Guides.
AI

Models & Availability

Choosing models, understanding routes and checking availability.

OmniDino may provide GPT, Claude, Gemini, Grok, DeepSeek, Qwen, Llama, Mistral, image, audio and other available model routes.
No. Availability can change because of upstream maintenance, capacity, routing adjustments, pricing updates or model retirement.
Use stronger frontier models for complex reasoning, coding and agent workflows. Use efficient models for high-volume chat, summaries, translation and lower-cost tasks.
Routing means forwarding your request through an available upstream channel based on the selected model, endpoint, account group and current channel status.
Check the Models and Pricing pages in the OmniDino console for the latest available names, endpoints and prices.
$

Billing & Pricing

Balance, token usage, multipliers and cost control.

No. OmniDino primarily uses prepaid balance and usage-based billing rather than an unlimited monthly subscription.
Purchase the required credit amount from the Pricing page, receive a redemption code by email, then redeem it in the wallet section of the OmniDino console.
Charges depend on the model price, input tokens, output tokens, cached tokens, image or audio usage and the applicable group multiplier.
Each model and route has its own upstream cost and pricing structure. Premium models usually cost more than efficient or specialized alternatives.
Use the model pricing page in the OmniDino console. Always check the displayed price before production use because routes and prices can change.
Create separate API keys, monitor usage logs, choose efficient models, shorten unnecessary context and rotate or disable unused keys.

Limits & Reliability

Concurrency, 429 errors, latency and service availability.

Rate limits control how many requests or tokens can be processed within a period of time and help protect platform stability.
A 429 error can indicate excessive concurrency, temporary upstream capacity limits, account restrictions or insufficient available quota.
Reduce prompt length, lower concurrency, try another supported model or route, and check whether the upstream service is experiencing temporary congestion.
No multi-provider gateway can guarantee uninterrupted availability for every route. Production applications should implement timeouts, retries and fallback models.

Privacy & Security

Protecting API keys and using third-party model routes safely.

Never expose keys in browser code, public repositories, screenshots or shared documents. Store them in secure server-side environment variables.
Disable or delete it immediately, create a replacement key, review usage logs and update every application that used the compromised credential.
Avoid sending regulated, highly sensitive or confidential data unless your organization has completed the necessary legal, privacy and security review.
No. Retention, regional processing and provider policies may differ by route. Review applicable terms before using sensitive workloads.
?

Troubleshooting

Quick answers for common authentication, routing and server errors.

The API key is missing, invalid or incorrectly formatted. Confirm the header is Authorization: Bearer YOUR_API_KEY.
The key or account may not have permission to use the selected model, or the account may have insufficient balance or another restriction.
No active channel currently matches the requested model, endpoint and account group. Verify the model name and try another available route.
This usually indicates a temporary gateway or upstream provider error. Retry with backoff, simplify the request or switch to another model.
Check the base URL, API key, endpoint type, model name, proxy settings and whether the client truly supports custom OpenAI-compatible providers.
Open the Technical FAQ for client setup, NewAPI routing, endpoint differences, Docker deployment and detailed error diagnosis.

Need deeper technical help?

The Technical FAQ covers endpoint differences, NewAPI routing, client configuration, Docker deployment and detailed error diagnosis.