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

# Model providers

> Understand provider filters in the AGICTO API model list

Providers help you filter models by source. Choose a use case first, then filter by provider, price, context length, and model name.

<Info>
  Use <a href="https://agicto.com/model">the model list</a> as the source of truth for live providers, models, and prices.
</Info>

## Current providers

The model list currently includes Open AI, Baidu, iFlytek, Baichuan, Alibaba, Tencent, 360, Google, Anthropic, Mistral, Meta AI, allenai, 01.AI, Moonshot AI, Doubao, DeepSeek, Cohere, MiniMax, Midjourney, Zhipu, Xai, Kling, Vidu, Ant BaiLing, and Xiaomi.

## How to use provider filters

<Steps>
  <Step title="Open the model list">
    Go to <a href="https://agicto.com/model">the model list</a>.
  </Step>

  <Step title="Filter by use case">
    Choose text, image, embeddings, rerank, audio, multimodal, video, or tools.
  </Step>

  <Step title="Filter by provider">
    Choose a provider such as Open AI, Google, Anthropic, DeepSeek, Doubao, Midjourney, Kling, or Vidu.
  </Step>

  <Step title="Copy the model name">
    Copy the model name into the `model` field in your API request.
  </Step>
</Steps>

## Providers and endpoints

The provider tells you where the model comes from. The model type tells you which endpoint to call.

| Model type              | Common endpoint                                      |
| ----------------------- | ---------------------------------------------------- |
| Text                    | `/v1/chat/completions`                               |
| Image                   | `/v1/images/generations` or image-specific endpoints |
| Midjourney              | `/v1/mj/submit/imagine`                              |
| Embeddings              | `/v1/embeddings`                                     |
| Rerank                  | `/v1/rerank`                                         |
| OpenAI-compatible video | `/v1/videos`                                         |
| Official video format   | `/v1/videos/create/{provider}`                       |

<Warning>
  Do not choose an endpoint by provider alone. One provider can have text, image, audio, and video models.
</Warning>
