OmniDino
Home Models Pricing Guides About Contact Login Get API Key
EN 中文
Quick Configuration · Choose the Right Setup Path

Configure Less, Connect AI Tools Faster.

Once your account, balance, Base URL, and API Key are ready, connect OmniDino to your preferred client using the automatic installer, CC Switch, or a manual setup guide.

Before You Begin Missing any of these items may cause the connection to fail
01 OmniDino Account You can sign in to the dashboard successfully.
02 Available Balance Your account has enough balance for a test request.
03 API Key You have created an API key for the target model and tool.
04 API Details You know the Base URL, model name, and client protocol.
Choose a Setup Path

Two Fast Options and One Manual Route.

Automated tools are ideal for setting up the basic environment quickly. CC Switch is better for multiple clients, cross-tool workflows, and ongoing maintenance. When automatic setup is unavailable, use the manual guide for your client.

AI

AI Tool Automatic Installer

An automated setup option for Windows users that installs common AI tools and completes part of the basic environment and configuration process.

Best for Windows users installing AI coding tools for the first time.
Reduces command-line, environment variable, and dependency setup.
When automatic installation is not suitable, use CC Switch or a manual guide instead.
View Automatic Installer Guide
SW

Quick Setup with CC Switch

Manage providers, Base URLs, API keys, and model settings for clients such as Claude, Codex, and Gemini through a visual interface.

Ideal for users working with multiple AI clients or CLI tools.
Switch providers, protocols, and model settings more easily.
If you already have an API key, you can start configuring immediately.
Open CC Switch Guide
Method Comparison

Quickly Decide Which Method to Use.

Setup Method Best For Main Advantage Maintenance Convenience
AI Tool Automatic Installer New Windows Users Reduces installation and basic environment setup steps ★★★☆☆
CC Switch Multi-client and cross-tool users Visual management of providers, API keys, and client settings ★★★★★
Manual Client Guides Specialized tools and advanced configuration users Provides the most control for troubleshooting and customization ★★★★☆
Core Workflow

The Required Information Is the Same for Every Method.

Automated tools only help fill in or generate the configuration. The following four items determine whether the API request will work.

01 Choose a Client Confirm whether you are configuring Codex, Claude, Gemini, Cherry Studio, or another tool.
02 Choose an API Protocol Choose the OpenAI, Responses, Claude, or Gemini-compatible protocol.
03 Enter Credentials Enter the OmniDino Base URL, API key, and model name.
04 Send a Test Request Run a minimal request and confirm both the model response and dashboard usage record.
Connection Test

Verify the API Before Troubleshooting the Client.

Test the API key and endpoint first, then troubleshoot client interface or plugin issues.

Minimum Troubleshooting Checklist

When a request fails, check the following items in order instead of repeatedly reinstalling the client.

Confirm that the API key was copied completely and contains no leading or trailing spaces.
Confirm that OpenAI-compatible clients use an endpoint that includes /v1.
Confirm that native Claude clients use the root Base URL.
Confirm that the model name exactly matches the name shown in the dashboard.
Confirm that the account balance, token group, and model permissions are valid.
OpenAI-Compatible API Test
curl https://api.omnidino.com/v1/models \
  -H "Authorization: Bearer PASTE_YOUR_API_KEY"
Test successful:If model data is returned or the client receives a model response, the basic OmniDino API connection is working. Any remaining issue is usually related to the client protocol, model name, or a specific configuration setting.
Continue Reading

Choose Your Next Step.