# Connect AI Models

You can connect your own AI models to the platform and use them directly inside your labs and training content. This means you can build AI-focused content and hands-on exercises using the same models your organisation already runs in production.

To connect a model, you bring it in through a supported cloud account. Currently supported providers are Google Vertex AI and Amazon Bedrock.

***

#### How to Connect a Model to Your Content

The AI service must be enabled in your cloud provider settings before you can connect it to the platform. Only account owners can do this.

Once that is done:

1. Add a cloud account to your track.
2. Enable the relevant AI service within that account.

***

#### Supported Models

Only text-based models are supported. Image and video generation models cannot be connected at this time.

The tables below list all currently supported models. If a model you need is not listed, you can request it and we will review it.

#### Google Vertex AI

| Provider  | Model                         |
| --------- | ----------------------------- |
| Anthropic | claude-3-haiku                |
| Anthropic | claude-haiku-4-5              |
| Anthropic | claude-sonnet-4-5             |
| Anthropic | claude-sonnet-4-6             |
| DeepSeek  | deepseek-v3.1-maas            |
| DeepSeek  | deepseek-v3.2-maas            |
| Google    | gemini-2.0-flash-001          |
| Google    | gemini-2.0-flash-lite-001     |
| Google    | gemini-2.5-flash-lite         |
| Google    | gemini-2.5-flash              |
| Google    | gemini-2.5-pro                |
| Google    | gemini-3-flash-preview        |
| Google    | gemini-3-pro-preview          |
| Google    | gemini-3.1-flash-lite-preview |
| Google    | gemini-3.1-pro-preview        |
| Google    | gemini-3.5-flash              |
| Meta      | llama-3.1-405b-instruct-maas  |
| Meta      | llama-3.3-70b-instruct-maas   |
| Mistral   | codestral-2                   |
| Mistral   | mistral-medium-3              |
| Mistral   | mistral-small-2503            |
| OpenAI    | gpt-oss-120b-maas             |

#### Amazon Bedrock

| Provider  | Model                           |
| --------- | ------------------------------- |
| Amazon    | nova-micro-v1:0                 |
| Amazon    | nova-lite-v1:0                  |
| Amazon    | nova-pro-v1:0                   |
| Amazon    | nova-2-lite-v1:0                |
| Anthropic | claude-3-haiku-20240307-v1:0    |
| Anthropic | claude-haiku-4-5-20251001-v1:0  |
| Anthropic | claude-sonnet-4-5-20250929-v1:0 |
| Anthropic | claude-sonnet-4-6               |
| DeepSeek  | v3-v1:0                         |
| DeepSeek  | v3.2                            |
| Meta      | llama3-1-405b-instruct-v1:0     |
| Meta      | llama3-3-70b-instruct-v1:0      |
| Mistral   | devstral-2-123b                 |
| Mistral   | ministral-3-8b-instruct         |
| OpenAI    | gpt-oss-120b-1:0                |

***

#### Requesting Additional Models

If you need a model that is not listed above, contact support to submit a request. Requests are reviewed on a case-by-case basis.

***

### FAQ

<details>

<summary>Which cloud providers are supported?</summary>

Google Vertex AI and Amazon Bedrock are currently supported. Additional providers may be added over time.

</details>

<details>

<summary>Can I use any model available in Vertex AI or Bedrock?</summary>

No. Only the models listed on this page are supported.

All other models are unavailable by default. If you need a model that is not listed, contact support to request it.

</details>

<details>

<summary>Who can connect a cloud account?</summary>

The AI service must be enabled in your cloud provider settings by an account owner or administrator before anyone can connect it on the platform.

</details>

<details>

<summary>Are there limits on how much I can use a model?</summary>

Yes. Token limits apply to model usage on the platform.

For details on current limits, contact your customer success team.

</details>

<details>

<summary>Can I set custom limits for my organisation?</summary>

Custom usage limits are not available yet but are planned for a future release.

</details>

<details>

<summary>Can I use image or video generation models?</summary>

No. Only text-based models are supported at this time. Image and video generation models cannot be connected.

</details>

<details>

<summary>What if the model I need is not on the supported list?</summary>

You can request additional models through support. Requests are reviewed on a case-by-case basis and we will let you know the outcome.

</details>


---

# 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://docs.instruqt.com/ai-capabilities/connect-ai-models.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.
