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

# Available LLM Models

> Up-to-date list of the LLM APIs used by Share Of Model, with implementation status per module.

Below is the list of LLM APIs used in Share Of Model, with their implementation status.

Each module maintains its own model list: a model available for Brand Analysis is not automatically available for Asset Evaluation, and vice versa. Check the module you care about.

## Status legend

| Status      | Meaning                                      |
| ----------- | -------------------------------------------- |
| **Live**    | API used in production.                      |
| **Latest**  | The current default version for that editor. |
| **Planned** | On the roadmap, not yet integrated.          |
| **Retired** | Integrated previously, no longer selectable. |

<Note>
  Dates below are **Share Of Model availability dates** — when a model became available on the platform, and when it was withdrawn. They are not the editors' own model release or end-of-life dates, which follow each provider's own schedule.
</Note>

## Brand Analysis

### Live

| LLM editor | Model API version        | Status             | Available since |
| ---------- | ------------------------ | ------------------ | --------------- |
| OpenAI     | `gpt-5.4-mini`           | Live — latest      | Mar 2026        |
| OpenAI     | `gpt-5.2`                | Live               | Feb 2026        |
| OpenAI     | `gpt-5`                  | Live               | Sept 2025       |
| Anthropic  | `claude-4-6-sonnet`      | Live — latest      | Mar 2026        |
| Anthropic  | `claude-4-5-sonnet`      | Live               | Feb 2026        |
| Google AI  | `gemini-3-flash-preview` | Live — latest      | Mar 2026        |
| Google AI  | `gemini-2.5-flash`       | Live               | June 2025       |
| Meta AI    | `meta-llama-4-maverick`  | Live — latest      | May 2025        |
| DeepSeek   | `deepseek-v3.2-maas`     | Live — latest      | May 2026        |
| Perplexity | `perplexity-sonar`       | Live — latest      | Feb 2025        |
| Amazon     | `rufus`                  | Live (closed beta) | Oct 2025        |

### Planned

| LLM editor              | Status  |
| ----------------------- | ------- |
| Grok (xAI)              | Planned |
| Meta AI (answer engine) | Planned |
| Mistral                 | Planned |

<Note>
  Meta AI appears twice on purpose: the **Llama API** is live for Brand Analysis today, while **Meta AI as an answer engine** — monitored the way Rufus is — is still planned.

  An earlier Mistral integration (`mistral-7B-instruct`) was retired; a new one is planned.
</Note>

<Tip>
  Looking for **Google AI Mode**? It is available as a monitored engine in the Search module — see [Search Visibility](#search-visibility).
</Tip>

### Retired

| LLM editor | Model API version                   | Available from | Withdrawn       |
| ---------- | ----------------------------------- | -------------- | --------------- |
| Anthropic  | `claude-4-sonnet`                   | Sept 2025      | June 2026       |
| DeepSeek   | `deepseek-chat`                     | Jan 2025       | May 2026        |
| OpenAI     | `gpt-4o`                            | Aug 2024       | Sept 2025       |
| Anthropic  | `claude-3-5-sonnet`                 | Nov 2024       | Sept 2025       |
| Google AI  | `gemini-2.0-flash`                  | Feb 2025       | July 2025       |
| Meta AI    | `meta-llama-3.3-70B-instruct-turbo` | Feb 2025       | July 2025       |
| OpenAI     | `gpt-4-turbo`                       | Nov 2024       | Before Mar 2025 |
| OpenAI     | `gpt-3.5-turbo`                     | Nov 2024       | Before Mar 2025 |
| Google AI  | `gemini-1.5-pro`                    | Nov 2024       | Before Mar 2025 |
| Meta AI    | `meta-llama-3.2-70B-instruct-turbo` | Dec 2024       | Before Mar 2025 |
| Meta AI    | `meta-llama-3.1-70B-instruct-turbo` | Nov 2024       | Before Mar 2025 |
| DeepSeek   | `deepseek-reasoner`                 | Jan 2025       | Before Mar 2025 |
| Mistral    | `mistral-7B-instruct`               | Nov 2024       | Before Mar 2025 |

<Note>
  "Before Mar 2025" means the model was withdrawn early in the platform's history and no exact withdrawal date is on record.
</Note>

## Search Visibility

The Search module does not select an LLM the way Brand Analysis does — it monitors **answer engines and search engines**, and you pick which ones a project tracks. Use the identifier when filtering an API call with the `sources` parameter.

| Engine         | Identifier     | Monitored since |
| -------------- | -------------- | --------------- |
| SearchGPT      | `ChatGPT`      | Nov 2024        |
| Gemini         | `Gemini`       | Nov 2024        |
| Perplexity     | `Perplexity`   | Nov 2024        |
| Google AIO     | `GoogleAIO`    | Nov 2024        |
| Google SEO     | `Google`       | Nov 2024        |
| Bing AIO       | `BingAIO`      | Nov 2024        |
| Bing SEO       | `Bing`         | Nov 2024        |
| Claude         | `Claude`       | June 2025       |
| Google AI Mode | `GoogleAIMode` | June 2025       |
| Amazon Rufus   | `AmazonRufus`  | Apr 2026        |

## Asset Evaluation

Asset Evaluation runs on its own model list, and which models apply depends on the asset type. Video is Gemini-only.

| LLM editor | Model API version                   | Text | Image | Video | Available since |
| ---------- | ----------------------------------- | :--: | :---: | :---: | --------------- |
| Anthropic  | `claude-4-6-sonnet`                 |   ✓  |   ✓   |   —   | June 2026       |
| OpenAI     | `gpt-5.4-mini`                      |   ✓  |   ✓   |   —   | Apr 2026        |
| Google AI  | `gemini-3-flash-preview`            |   ✓  |   ✓   |   ✓   | Apr 2026        |
| OpenAI     | `gpt-5.2`                           |   ✓  |   ✓   |   —   | Feb 2026        |
| OpenAI     | `gpt-5`                             |   ✓  |   ✓   |   —   | Sept 2025       |
| Google AI  | `gemini-2.5-flash`                  |   ✓  |   ✓   |   ✓   | June 2025       |
| Meta AI    | `meta-llama-4-maverick`             |   ✓  |   ✓   |   —   | May 2025        |
| Meta AI    | `meta-llama-3.3-70B-instruct-turbo` |   ✓  |   —   |   —   | Mar 2025        |
| Google AI  | `gemini-2.0-flash`                  |   ✓  |   ✓   |   ✓   | Mar 2025        |
| OpenAI     | `gpt-4o`                            |   ✓  |   ✓   |   —   | Nov 2024        |

<Note>
  Some models no longer offered for Brand Analysis remain available for Asset Evaluation, because each module keeps its own list. `gpt-4o`, `gemini-2.0-flash` and `meta-llama-3.3` are the current examples.
</Note>

## What's next

<CardGroup cols={2}>
  <Card title="Brand Analysis Starter Kit" icon="rocket" href="/platform/models/brand-analysis-starter-kit">
    Run a Brand analysis on these models.
  </Card>

  <Card title="Asset Evaluation Starter Kit" icon="clipboard-check" href="/platform/evaluations/asset-evaluation-starter-kit">
    Score creatives with multimodal LLMs.
  </Card>
</CardGroup>
