# Providers and Models

The Supervertaler supports multiple AI providers. You only need one to get started.

### Switching Models

The current provider and model are shown in the status area at the bottom of the chat panel. You can switch models in two ways:

* **Quick switch** -- click the provider/model label directly. A dropdown menu appears with all available models grouped by provider. The current model is marked with a tick. Select a different model to switch instantly.
* **Settings** -- open the settings dialogue (gear icon) and switch to the **AI Settings** tab for full configuration including API keys, endpoints, and advanced options.

### Supported Providers

| Provider       | Models                                                                           |
| -------------- | -------------------------------------------------------------------------------- |
| **OpenAI**     | GPT-5.5, GPT-5.4 Mini                                                            |
| **Anthropic**  | Claude Sonnet 4.6, Claude Haiku 4.5, Claude Opus 4.7                             |
| **Google**     | Gemini 3.1 Flash-Lite, Gemini 2.5 Pro, Gemini 3.1 Pro (Preview), Gemma 4 26B MoE |
| **Grok**       | Grok 4.3                                                                         |
| **Mistral**    | Mistral Large, Mistral Small                                                     |
| **DeepSeek**   | DeepSeek V4 Pro, DeepSeek V4 Flash                                               |
| **OpenRouter** | Claude, GPT, Gemini, DeepSeek, and 200+ others via a single API key              |
| **Ollama**     | TranslateGemma, Qwen 3, Aya Expanse (local, no API key needed)                   |
| **Custom**     | Any OpenAI-compatible API endpoint                                               |

:::note If you want privacy or offline use, try **Ollama** with a local model. No API key or internet connection needed.

If you prefer a single account that covers many providers, **OpenRouter** gives you access to 200+ models with one key. :::

### Choosing a Model

For everyday translation questions, a smaller and cheaper model like **GPT-5.4 Mini**, **Claude Haiku 4.5**, or **DeepSeek V4 Flash** works well. For complex tasks like document analysis, prompt generation, or when you need the highest quality suggestions, use a larger model like **Claude Sonnet 4.6**, **GPT-5.5**, or **DeepSeek V4 Pro**.

Some features are provider-specific:

| Feature                                                                           | Availability                      |
| --------------------------------------------------------------------------------- | --------------------------------- |
| [Studio Tools](/help/features/ai-assistant/studio-tools.md)                       | All providers except Ollama       |
| Image attachments                                                                 | All providers with vision support |
| Document attachments                                                              | All providers                     |
| [Memory bank](/help/features/ai-assistant/super-memory/ai-integration.md) context | All providers                     |

### See Also

* [Supervertaler](/help/features/ai-assistant.md) -- Overview
* [AI Settings](/help/settings/ai-settings.md) -- API keys, endpoints, advanced options
* [AI Cost Guide](/help/get-started/ai-cost-guide.md) -- Token pricing and cost estimates


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://supervertaler.gitbook.io/help/features/ai-assistant/providers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
