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

# 模型总览

> 所有可用的模型及其模型 ID。

将下方任意模型 ID 作为与其模态匹配的 OpenAI 兼容端点的 `model` 字段传入：

| 模态       | 端点                                                                            |
| -------- | ----------------------------------------------------------------------------- |
| 对话 / LLM | [`POST /v1/chat/completions`](/api-reference/chat-completions)                |
| 图像       | [`POST /v1/images/generations`](/api-reference/images)（同步）                    |
| 视频       | [`POST /v1/videos/generations`](/api-reference/videos)（异步，按 id 轮询）            |
| 音频       | [`POST /v1/audio/speech`](/api-reference/audio) 或 `/v1/audio/generations`（异步） |

下方列表是一份快照——实时的事实来源是 [`GET /v1/models`](/api-reference/models)。

## 对话 / LLM

<CardGroup cols={2}>
  <Card title="GPT Models" href="/openai-gpt-api/quickstart">
    OpenAI · GPT-5（5.2 / 5.4）、GPT-4（4o / 4.1）以及 o 系列
  </Card>

  <Card title="Claude Models" href="/anthropic-claude-api/quickstart">
    Anthropic · Opus、Sonnet、Haiku 与 Fable
  </Card>

  <Card title="Gemini Models" href="/google-gemini-api/quickstart">
    Google · Gemini 2.5 与 3.x
  </Card>

  <Card title="GLM Models" href="/zai-glm-api/quickstart">
    Z.ai · GLM-4.5 / 4.6 / 4.7 与 GLM-5
  </Card>

  <Card title="Kimi Models" href="/moonshot-kimi-api/quickstart">
    Moonshot · Kimi K2、K2.5 与 K2.6
  </Card>

  <Card title="DeepSeek Models" href="/deepseek-chat-api/quickstart">
    DeepSeek · V4、V3.x 与 R1
  </Card>

  <Card title="MiniMax Models" href="/minimax-chat-api/quickstart">
    MiniMax · M2 系列与 M1-80k
  </Card>
</CardGroup>

## 视频生成

<CardGroup cols={2}>
  <Card title="Seedance" href="/amux-seedance-2-api/quickstart">
    ByteDance Doubao-Seedance 2.0 · 文生视频/图生视频，含 Fast 档位
  </Card>

  <Card title="Kling" href="/kuaishou-kling-3-0-api/quickstart">
    Kuaishou Kling 3.0 · 4K 文生视频/图生视频及运动控制
  </Card>

  <Card title="Wan" href="/alibaba-wan-2-7-api/quickstart">
    Alibaba Wan 2.7 · 文本、图像、参考图与视频编辑
  </Card>

  <Card title="Veo" href="/google-veo-3-1-api/quickstart">
    Google Veo 3.1 · 高质量文生视频与图生视频
  </Card>

  <Card title="Sora" href="/openai-sora-2-api/quickstart">
    OpenAI Sora 2 与 Sora 2 Pro · 音画同步
  </Card>

  <Card title="Vidu" href="/vidu-video-api/quickstart">
    Vidu Q1 / Q2 / Q3 · 文本、图像、参考图，原生音频
  </Card>
</CardGroup>

## 图像生成

<CardGroup cols={2}>
  <Card title="Nano Banana Pro" href="/google-gemini-3-pro-image-api/quickstart">
    Google Gemini 3 Pro Image · 旗舰级文生图与编辑，最高支持 4K
  </Card>

  <Card title="Gemini 3.1 Flash Image" href="/google-gemini-3-1-flash-image-api/quickstart">
    Google · 快速文生图与自然语言编辑
  </Card>

  <Card title="Nano Banana" href="/google-gemini-2-5-flash-image-api/quickstart">
    Google Gemini 2.5 Flash Image · 快速、经济高效的生成与编辑
  </Card>

  <Card title="GPT Image 2" href="/openai-gpt-image-2-api/quickstart">
    OpenAI · 文生图与图像编辑，含多档质量
  </Card>
</CardGroup>

## 音频 / 音乐

<CardGroup cols={2}>
  <Card title="ElevenLabs Models" href="/audio-models/elevenlabs">
    音频分离、音效、语音转文字、对话、多语言 TTS、Turbo TTS
  </Card>

  <Card title="Suno Models" href="/audio-models/suno">
    音乐生成、续写、翻唱、歌词、WAV 转换、分轨、MIDI、音乐视频
  </Card>
</CardGroup>

## 快速参考

| 模型 ID                                  | 名称                          | 提供方               | 模态 |
| -------------------------------------- | --------------------------- | ----------------- | -- |
| `openai/gpt-5-2`                       | GPT 5.2                     | OpenAI            | 对话 |
| `openai/gpt-5-4`                       | GPT 5.4 (Responses)         | OpenAI            | 对话 |
| `anthropic/claude-haiku-4-5`           | Claude Haiku 4.5            | Anthropic         | 对话 |
| `anthropic/claude-sonnet-4-5`          | Claude Sonnet 4.5           | Anthropic         | 对话 |
| `anthropic/claude-sonnet-4-6`          | Claude Sonnet 4.6           | Anthropic         | 对话 |
| `anthropic/claude-opus-4-5`            | Claude Opus 4.5             | Anthropic         | 对话 |
| `anthropic/claude-opus-4-6`            | Claude Opus 4.6             | Anthropic         | 对话 |
| `anthropic/claude-opus-4-7`            | Claude Opus 4.7             | Anthropic         | 对话 |
| `anthropic/claude-opus-4-8`            | Claude Opus 4.8             | Anthropic         | 对话 |
| `google/gemini-2.5-pro`                | Gemini 2.5 Pro              | Google            | 对话 |
| `google/gemini-3.1-pro-preview`        | Gemini 3 Pro                | Google            | 对话 |
| `google/gemini-3.1-pro-preview`        | Gemini 3.1 Pro              | Google            | 对话 |
| `google/gemini-2.5-flash`              | Gemini 2.5 Flash            | Google            | 对话 |
| `google/gemini-3-flash-preview`        | Gemini 3 Flash              | Google            | 对话 |
| `openai/gpt-codex`                     | GPT Codex                   | OpenAI            | 对话 |
| `google/veo-3-1-quality`               | Veo 3.1 Quality             | Google            | 视频 |
| `google/veo-3-1-fast`                  | Veo 3.1 Fast                | Google            | 视频 |
| `google/veo-3`                         | Veo 3                       | Google            | 视频 |
| `google/veo-3-fast`                    | Veo 3 Fast                  | Google            | 视频 |
| `google/veo-2`                         | Veo 2                       | Google            | 视频 |
| `runway/runway-aleph`                  | Runway Aleph                | Runway            | 视频 |
| `openai/sora-2`                        | Sora 2                      | OpenAI            | 视频 |
| `midjourney/midjourney`                | Midjourney Video            | Midjourney        | 视频 |
| `xai/grok-imagine`                     | Grok Imagine Video          | xAI               | 视频 |
| `xai/grok-imagine-i2v`                 | Grok Imagine I2V            | xAI               | 视频 |
| `bytedance/seedance-2-0`               | Seedance 2.0                | ByteDance         | 视频 |
| `bytedance/seedance-1-5-pro`           | Seedance 1.5 Pro            | ByteDance         | 视频 |
| `bytedance/seedance-1-5-lite`          | Seedance 1.5 Lite           | ByteDance         | 视频 |
| `kuaishou/kling-v3-4k-t2v`             | Kling 3.0 4K Text-to-Video  | Kuaishou          | 视频 |
| `kuaishou/kling-v3-4k-i2v`             | Kling 3.0 4K Image-to-Video | Kuaishou          | 视频 |
| `kuaishou/kling-v3-motion-control`     | Kling 3.0 Motion Control    | Kuaishou          | 视频 |
| `kuaishou/kling-3-0-pro`               | Kling 3.0 Pro               | Kuaishou          | 视频 |
| `kuaishou/kling-3-0`                   | Kling 3.0                   | Kuaishou          | 视频 |
| `kuaishou/kling-2-6`                   | Kling 2.6                   | Kuaishou          | 视频 |
| `kuaishou/kling-2-6-i2v`               | Kling 2.6 I2V               | Kuaishou          | 视频 |
| `kuaishou/kling-2-5-turbo`             | Kling 2.5 Turbo             | Kuaishou          | 视频 |
| `kuaishou/kling-2-1-master`            | Kling 2.1 Master            | Kuaishou          | 视频 |
| `kuaishou/kling-2-1`                   | Kling 2.1                   | Kuaishou          | 视频 |
| `minimax/hailuo-pro`                   | Hailuo Pro                  | MiniMax           | 视频 |
| `minimax/hailuo-standard`              | Hailuo Standard             | MiniMax           | 视频 |
| `minimax/hailuo-2-3-i2v-pro`           | Hailuo 2.3 I2V Pro          | MiniMax           | 视频 |
| `minimax/hailuo-2-3-i2v-standard`      | Hailuo 2.3 I2V Standard     | MiniMax           | 视频 |
| `alibaba/wan-2-7-t2v`                  | Wan 2.7 Text-to-Video       | Alibaba           | 视频 |
| `alibaba/wan-2-7-i2v`                  | Wan 2.7 Image-to-Video      | Alibaba           | 视频 |
| `alibaba/wan-2-7-r2v`                  | Wan 2.7 Reference-to-Video  | Alibaba           | 视频 |
| `alibaba/wan-2-7-video-edit`           | Wan 2.7 Video Edit          | Alibaba           | 视频 |
| `alibaba/wan-2-6`                      | Wan 2.6                     | Alibaba           | 视频 |
| `alibaba/wan-2-6-i2v`                  | Wan 2.6 I2V                 | Alibaba           | 视频 |
| `alibaba/wan-2-5`                      | Wan 2.5                     | Alibaba           | 视频 |
| `alibaba/wan-2-2-turbo`                | Wan 2.2 Turbo               | Alibaba           | 视频 |
| `video_generate.wan_2_1_pro` *(已弃用)*   | Wan 2.1 Pro                 | Alibaba           | 视频 |
| `video_generate.wan_2_1_lite` *(已弃用)*  | Wan 2.1 Lite                | Alibaba           | 视频 |
| `google/imagen-4-ultra`                | Imagen 4 Ultra              | Google            | 图像 |
| `google/imagen-4`                      | Imagen 4                    | Google            | 图像 |
| `google/imagen-4-fast`                 | Imagen 4 Fast               | Google            | 图像 |
| `google/nano-banana-pro`               | Nano Banana Pro             | Google            | 图像 |
| `google/nano-banana`                   | Nano Banana 2               | Google            | 图像 |
| `openai/openai-4o`                     | OpenAI 4o Image             | OpenAI            | 图像 |
| `midjourney/midjourney/image-generate` | Midjourney Image            | Midjourney        | 图像 |
| `bytedance/seedream-v5-lite`           | SeedDream V5 Lite           | ByteDance         | 图像 |
| `bytedance/seedream-v4`                | SeedDream v4                | ByteDance         | 图像 |
| `blackforestlabs/flux-kontext-max`     | Flux Kontext Max            | Black Forest Labs | 图像 |
| `blackforestlabs/flux-kontext-pro`     | Flux Kontext Pro            | Black Forest Labs | 图像 |
| `blackforestlabs/flux-2-pro`           | Flux 2 Pro                  | Black Forest Labs | 图像 |
| `blackforestlabs/flux-2-flex`          | Flux 2 Flex                 | Black Forest Labs | 图像 |
| `blackforestlabs/flux-2-pro-i2i`       | Flux 2 Pro I2I              | Black Forest Labs | 图像 |
| `image_generate.flux_1_1_pro` *(已弃用)*  | Flux 1.1 Pro                | Black Forest Labs | 图像 |
| `ideogram/ideogram-3-0`                | Ideogram 3.0                | Ideogram          | 图像 |
| `ideogram/ideogram-character`          | Ideogram Character          | Ideogram          | 图像 |
| `ideogram/ideogram-reframe`            | Ideogram V3 Reframe         | Ideogram          | 图像 |
| `xai/grok-imagine/image-generate`      | Grok Imagine                | xAI               | 图像 |
| `xai/grok-imagine-i2i`                 | Grok Imagine I2I            | xAI               | 图像 |
| `alibaba/qwen2`                        | Qwen2 Image                 | Alibaba           | 图像 |
| `alibaba/qwen`                         | Qwen Image                  | Alibaba           | 图像 |
| `recraft/recraft-upscale`              | Recraft Crisp Upscale       | Recraft           | 图像 |
| `topaz/topaz-upscale`                  | Topaz Upscale               | Topaz             | 图像 |
| `luma/luma-modify`                     | Luma Modify                 | Luma              | 图像 |
| `suno/suno-v5`                         | Suno V5                     | Suno              | 音频 |
| `suno/suno-v4-5-plus`                  | Suno V4.5 Plus              | Suno              | 音频 |
| `elevenlabs/tts-turbo`                 | ElevenLabs TTS Turbo        | ElevenLabs        | 音频 |
| `elevenlabs/tts-multilingual`          | ElevenLabs TTS Multilingual | ElevenLabs        | 音频 |
| `elevenlabs/dialogue`                  | ElevenLabs Dialogue         | ElevenLabs        | 音频 |
| `elevenlabs/sound-effect`              | ElevenLabs Sound FX         | ElevenLabs        | 音频 |
| `elevenlabs/elevenlabs`                | ElevenLabs STT              | ElevenLabs        | 音频 |
