Перейти к основному содержанию

Documentation Index

Fetch the complete documentation index at: https://docs.omniakey.com/llms.txt

Use this file to discover all available pages before exploring further.

OmniaKey exposes three protocol surfaces on one API host:
https://api.omniakey.com
ProtocolBase URLUse
OpenAI-compatiblehttps://api.omniakey.com/v1OpenAI SDKs, Cursor, Codex, Cline, aider
Anthropic-nativehttps://api.omniakey.comClaude Code, Anthropic SDKs
Gemini-nativehttps://api.omniakey.com/v1betaGoogle Gen AI SDKs
Use the same OmniaKey API key across the public Claude, GPT, and Gemini catalog.

Endpoints

EndpointRecommended modelsBest for
/v1/chat/completionsClaude, GPT, GeminiMost OpenAI-compatible tools
/v1/responsesGPTCodex-style GPT workflows
/v1/messagesClaudeClaude Code and Anthropic SDKs
/v1beta/models/{model}:generateContentGeminiGemini-native SDKs
/v1/modelsClaude, GPT, GeminiOpenAI-compatible model discovery
/v1beta/modelsGeminiGemini-native model discovery

Public capability boundary

These docs cover text and coding-agent workflows only: Chat Completions, Responses, Anthropic Messages, Gemini Generate Content, model listing, auth, streaming, quota, and usage visibility. Image generation, audio, embeddings, rerank, files, fine-tuning, and batches are not public documented capabilities.