> ## 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.

# Agent Platforms

> Wire OmniaKey into model-agnostic agent platforms with custom providers.

Most model-agnostic agent platforms do not need a dedicated OmniaKey plugin. If
the platform supports an **OpenAI-compatible** or **custom provider** option, add
OmniaKey with the same fields you would use for an OpenAI-compatible gateway.

| Field    | Value                            |
| -------- | -------------------------------- |
| Base URL | `https://api.omniakey.com/v1`    |
| API key  | your OmniaKey key                |
| Model    | any id from [Models](/en/models) |

If the platform speaks Anthropic Messages natively, use the bare host
`https://api.omniakey.com` with a Claude model id instead.

## Choosing a protocol

| Platform setting                       | Use                               |
| -------------------------------------- | --------------------------------- |
| OpenAI-compatible / custom OpenAI      | `https://api.omniakey.com/v1`     |
| Anthropic-compatible / Claude Messages | `https://api.omniakey.com`        |
| Gemini-compatible                      | `https://api.omniakey.com/v1beta` |

## Model ids

Copy exact model ids from [Models](/en/models). OmniaKey does not silently
substitute, quantize, or distill models, so the id you request is the model that
runs.
