Documentation

Build with OmniDino.

Everything developers need to start building with OmniDino’s planned AI workspace and OpenAI-compatible API gateway.

Request Early Access

Getting Started

OmniDino is designed to provide one workspace and one API gateway for multiple AI model families, including premium, value and creative models.

  • Create an OmniDino account.
  • Generate an API key from your dashboard.
  • Send your first request to the OmniDino API endpoint.

Authentication

All API requests will use bearer token authentication. Keep your API key secure and never expose it in client-side code.

Authorization: Bearer YOUR_API_KEY

Chat Completions

The core endpoint is planned to follow an OpenAI-compatible format, making it familiar for developers already using modern AI SDKs.

curl https://api.omnidino.com/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-chat",
    "messages": [
      {"role": "user", "content": "Hello from OmniDino"}
    ]
  }'

Models

OmniDino will organize models into clear layers so users can choose between quality, cost and creative capability.

Premium GPT, Claude, Gemini
Value DeepSeek, Qwen, Kimi
Creative Flux, Stable Diffusion, Kling, Veo

Credits

OmniDino is designed around a unified Credits wallet. The same wallet can be used for chat, API calls, image generation, video generation and future agent workflows.

  • One balance for all AI capabilities.
  • Usage-based deductions.
  • Transparent usage history.
  • Future support for multiple payment methods.

Error Codes

401 Invalid or missing API key.
402 Insufficient credits.
429 Rate limit exceeded.
500 Internal server error.
503 Model provider unavailable.
400 Invalid request format.

Platform Status

For production usage, OmniDino will provide a dedicated status page showing availability for the workspace, API gateway, model providers and payment services.

View Status