Use the OpenAI-compatible base URL for OpenAI SDKs, Cursor, Codex, Cline, aider, and most custom tools: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.
Chat Completions
POST /v1/chat/completions is the most portable endpoint. It can call supported
Claude, GPT, and Gemini models by id.
Responses
POST /v1/responses follows OpenAI’s newer Responses shape and serves GPT models.
Use it for Codex-style GPT workflows. For Claude or Gemini, use Chat Completions
unless your tool explicitly requires a different protocol.
POST /v1/responses/compact is available for clients that call the Responses
compaction path, including Codex-style context compaction flows.
Models
UseGET /v1/models for an OpenAI-compatible model list. For the human-readable
catalog, see Supported Models.