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

# API key providers

> Bring your own API key for OpenAI, Anthropic, Google, xAI, DeepSeek, Mistral, Qwen, Moonshot, MiniMax, Z.ai, or OpenRouter.

Most providers work the standard way: sign up, generate an API key, paste it into Manifest. Routed requests go out with that key as the credential.

## Supported providers

| Provider                                        | Where to get a key                                               |
| ----------------------------------------------- | ---------------------------------------------------------------- |
| [OpenAI](https://platform.openai.com)           | [platform.openai.com](https://platform.openai.com)               |
| [Anthropic](https://www.anthropic.com)          | [console.anthropic.com](https://console.anthropic.com)           |
| [Google](https://ai.google.dev)                 | [ai.google.dev](https://ai.google.dev)                           |
| [xAI](https://x.ai)                             | [x.ai/api](https://x.ai/api)                                     |
| [DeepSeek](https://www.deepseek.com)            | [platform.deepseek.com](https://platform.deepseek.com)           |
| [Mistral](https://mistral.ai)                   | [console.mistral.ai](https://console.mistral.ai)                 |
| [Alibaba Cloud (Qwen)](https://qwen.ai)         | [bailian.console.aliyun.com](https://bailian.console.aliyun.com) |
| [Moonshot (Kimi)](https://platform.moonshot.cn) | [platform.moonshot.cn](https://platform.moonshot.cn)             |
| [MiniMax](https://www.minimaxi.com)             | [platform.minimaxi.com](https://platform.minimaxi.com)           |
| [Z.ai (Zhipu)](https://z.ai)                    | [bigmodel.cn](https://bigmodel.cn)                               |
| [OpenRouter](https://openrouter.ai)             | [openrouter.ai/keys](https://openrouter.ai/keys)                 |
| [Groq](https://groq.com)                        | [console.groq.com](https://console.groq.com)                     |
| [Cerebras](https://cerebras.ai)                 | [cloud.cerebras.ai](https://cloud.cerebras.ai)                   |
| [Fireworks AI](https://fireworks.ai)            | [fireworks.ai](https://fireworks.ai)                             |
| [NVIDIA NIM](https://build.nvidia.com)          | [build.nvidia.com](https://build.nvidia.com)                     |
| [AWS Bedrock](https://aws.amazon.com/bedrock)   | [aws.amazon.com/bedrock](https://aws.amazon.com/bedrock)         |
| [BytePlus](https://www.byteplus.com)            | [byteplus.com](https://www.byteplus.com)                         |
| [NousResearch](https://nousresearch.com)        | [nousresearch.com](https://nousresearch.com)                     |
| [OpenCode](https://opencode.ai)                 | [opencode.ai](https://opencode.ai)                               |

Manifest also connects Kilo, Pioneer, Command Code, and Xiaomi MiMo. New providers are added often, so the **Routing** page always shows the current list of tiles.

## Add a provider

<Steps>
  <Step title="Open the Routing page">
    In the dashboard, navigate to **Routing**. You'll see a tile for every
    supported provider.
  </Step>

  <Step title="Click the provider tile">
    The tile opens a panel where you can paste your API key.
  </Step>

  <Step title="Paste the key and save">
    Manifest validates the key by fetching the provider's model list. If the key
    is rejected, double-check the prefix below.
  </Step>
</Steps>

## Key prefixes

Each provider issues keys with a recognizable prefix. Useful for catching paste mistakes:

| Provider     | Prefix    | Example      |
| ------------ | --------- | ------------ |
| OpenAI       | `sk-`     | `sk-...`     |
| Anthropic    | `sk-ant-` | `sk-ant-...` |
| xAI          | `xai-`    | `xai-...`    |
| DeepSeek     | `sk-`     | `sk-...`     |
| Moonshot     | `sk-`     | `sk-...`     |
| MiniMax      | `sk-`     | `sk-...`     |
| Qwen         | `sk-`     | `sk-...`     |
| OpenRouter   | `sk-or-`  | `sk-or-...`  |
| Google       | none      | API key      |
| Mistral      | none      | API key      |
| Z.ai         | none      | API key      |
| Fireworks    | `fw_`     | `fw_...`     |
| Groq         | `gsk_`    | `gsk_...`    |
| Pioneer      | `pio_sk_` | `pio_sk_...` |
| Command Code | `user_`   | `user_...`   |
| Xiaomi MiMo  | `sk-`     | `sk-...`     |

Providers not listed here (Cerebras, NVIDIA NIM, AWS Bedrock, BytePlus, NousResearch, OpenCode) issue keys with no fixed prefix.

## Regional providers

Some providers serve more than one region. Alibaba Cloud, AWS Bedrock, and MiniMax let you pick a region when you connect them, and Manifest routes to the matching endpoint.
