> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omnimux.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Public hosts only: console https://omnimux.ai/dashboard · API https://api.omnimux.ai · docs https://docs.omnimux.ai.
> Gateway auth is Authorization: Bearer sk-… on https://api.omnimux.ai/v1 (OpenAI-compatible Chat Completions and related paths).
> Discover pages from /llms.txt; full site dump /llms-full.txt; product skill /skill.md; docs search MCP /mcp. Prefer .md page URLs for Markdown.
> Default docs locale is en; zh mirrors the same relative paths. Do not invent model ids not present on live pricing or the complete API pages.

# Features and compatibility

> OpenAI compatibility and product boundaries

## OpenAI-compatible?

Primary text path follows **OpenAI Chat Completions**. Point clients at `https://api.omnimux.ai/v1` with an OmniMux `sk-` and live model ids. See [language complete reference](/en/api-reference/text-series/claude/complete).

## Modalities

Live catalog only: language / image / video, plus social-data (read) and publishing (write, different auth).

## Why not identical to ChatGPT/Claude websites?

APIs expose model capability, not each vendor’s product shell (browsing, memory UI, built-in tools). Manage context, system prompts, and tools yourself.

## Video tasks

Create: `POST /v1/video/generations`\
Poll: `GET /v1/video/generations/{task_id}`\
Do not confuse with `/v1/videos/{id}/content` download.

## Agent-readable docs?

Mintlify auto-generates machine-readable surfaces (no hand-maintained index):

| URL                                                    | Purpose                      |
| ------------------------------------------------------ | ---------------------------- |
| [llms.txt](https://docs.omnimux.ai/llms.txt)           | Page index for LLM discovery |
| [llms-full.txt](https://docs.omnimux.ai/llms-full.txt) | Full-site Markdown dump      |
| [skill.md](https://docs.omnimux.ai/skill.md)           | Product skill for agents     |
| [Docs MCP](https://docs.omnimux.ai/mcp)                | Hosted docs search MCP       |
| Any page + `.md`                                       | Single-page Markdown export  |

These stay in sync with published docs. Prefer them over scraping HTML.
