> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/general/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/general/model-list.md).

# Model List

Note: Each model invoked from Wingman will be served from the region shown under "Invoked From Region" in the tables below.

***

## Bedrock (Anthropic)

| Provider    |             Model | Model Name                                     | Invoked From Region |
| ----------- | ----------------: | ---------------------------------------------- | ------------------- |
| **Bedrock** |    Claude-instant | `anthropic.claude-instant-v1`                  | EU (frankfurt)      |
|             |    Claude 3 Haiku | `anthropic.claude-3-haiku-20240307-v1:0`       | EU (frankfurt)      |
|             |            Claude | `anthropic.claude-v2:1`                        | EU (frankfurt)      |
|             |   Claude Sonnet 3 | `anthropic.claude-3-sonnet-20240229-v1:0`      | EU (frankfurt)      |
|             | Claude Sonnet 3.5 | `anthropic.claude-3-5-sonnet-20240620-v1:0`    | EU (frankfurt)      |
|             | Claude Sonnet 3.5 | `anthropic.claude-3-5-sonnet-20241022-v2:0`    | US (Oregon)         |
|             |   Claude Sonnet 4 | `eu.anthropic.claude-sonnet-4-20250514-v1:0`   | EU (frankfurt)      |
|             | Claude Sonnet 3.7 | `eu.anthropic.claude-3-7-sonnet-20250219-v1:0` | EU (frankfurt)      |
|             |     Claude opus 4 | `us.anthropic.claude-opus-4-20250514-v1:0`     | US (Oregon)         |
|             |   Claude Opus 4.1 | `us.anthropic.claude-opus-4-1-20250805-v1:0`   | US (Oregon)         |
|             |     Claude Opus 3 | `anthropic.claude-3-opus-20240229-v1:0`        | US (Oregon)         |

***

## OpenAI

| Provider   |           Model | Model Name              | Invoked From Region  |
| ---------- | --------------: | ----------------------- | -------------------- |
| **OpenAI** | `gpt-3.5-turbo` | `gpt-3.5-turbo`         | Not Regions Specific |
|            |         `gpt-4` | `gpt-4`                 | Not Regions Specific |
|            |     `gpt-4-32k` | `gpt-4-32k`             | Not Regions Specific |
|            |   `gpt-4-turbo` | `gpt-4-turbo`           | Not Regions Specific |
|            |   `gpt-4o-mini` | `gpt-4o-mini`           | Not Regions Specific |
|            |        `gpt-4o` | `gpt-4o`                | Not Regions Specific |
|            |    `gpt-5-nano` | `gpt-5-nano-2025-08-07` | Not Regions Specific |
|            |         `gpt-5` | `gpt-5-2025-08-07`      | Not Regions Specific |
|            |    `gpt-5-mini` | `gpt-5-mini-2025-08-07` | Not Regions Specific |

{% hint style="info" %}
New GPT models `gpt-5-nano`, `gpt-5`, and `gpt-5-mini` require configuration with creativity set to 5:

```yaml
creativity: 5
```

(Equivalent to temperature = 5.)
{% endhint %}

***

Last updated: 10 days ago

<a href="/pages/b60a4f260d76e959bbeb9c1831d4c1c9162471cf" class="button primary">Previous Change Log</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.navigaglobal.com/general/model-list.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.
