# Supported Models

## Chat Models

<table data-full-width="false"><thead><tr><th width="120">Provider</th><th width="158">Model</th><th width="100">Context Window</th><th width="98">Output Tokens</th><th width="134">Input Cost (1M token)</th><th width="140">Output Cost (1M token)</th></tr></thead><tbody><tr><td>OpenAI</td><td>GPT-4 Turbo</td><td>128K</td><td>4096</td><td>10</td><td>30</td></tr><tr><td>OpenAI</td><td>GPT-3.5 Turbo</td><td>16385</td><td>4096</td><td>0.5</td><td>1.5</td></tr><tr><td>Anthropic</td><td>Claude-3 Haiku</td><td>200K</td><td>4096</td><td>0.25</td><td>1.25</td></tr><tr><td>Anthropic</td><td>Claude-3 Opus</td><td>200K</td><td>4096</td><td>15</td><td>75</td></tr><tr><td>Anthropic</td><td>Claude-3 Sonnet</td><td>200K</td><td>4096</td><td>3</td><td>15</td></tr><tr><td>Google Vertex AI</td><td>Gemini-1.0 Pro</td><td>32760</td><td>8192</td><td>0.5</td><td>1.5</td></tr><tr><td>Google Vertex AI</td><td>Gemini-1.5 Pro</td><td>1000K</td><td>8192</td><td>None</td><td>None</td></tr><tr><td>Cohere</td><td>Command-R</td><td>128K</td><td>4096</td><td>0.5</td><td>1.5</td></tr><tr><td>Cohere</td><td>Command-R+</td><td>128K</td><td>4096</td><td>3</td><td>15</td></tr></tbody></table>

{% content-ref url="/pages/clAAFIzteUSbCrcHNNYn" %}
[Which LLM Should You Choose?](/using-the-platform/model-providers/which-llm-should-you-choose.md)
{% endcontent-ref %}

## Vision LLM (Support Image)

<table data-full-width="false"><thead><tr><th width="120">Provider</th><th width="157">Model</th><th width="105">Context Window</th><th width="103">Output Tokens</th><th width="116">Input Cost (1M token)</th><th width="143">Output Cost (1M token)</th></tr></thead><tbody><tr><td>OpenAI</td><td>GPT-4 Vision</td><td>128K</td><td>4096</td><td>10</td><td>30</td></tr><tr><td>Anthropic</td><td>Claude-3 Haiku</td><td>200K</td><td>4096</td><td>0.25</td><td>1.25</td></tr><tr><td>Anthropic</td><td>Claude-3 Opus</td><td>200K</td><td>4096</td><td>15</td><td>75</td></tr><tr><td>Anthropic</td><td>Claude-3 Sonnet</td><td>200K</td><td>4096</td><td>3</td><td>15</td></tr><tr><td>Google Vertex AI</td><td>Gemini-1.0 Pro Vision</td><td>16384</td><td>2048</td><td>0.5</td><td>1.5</td></tr><tr><td>Google Vertex AI</td><td>Gemini-1.5 Pro Vision</td><td>1000K</td><td>8192</td><td>None</td><td>None</td></tr></tbody></table>

{% content-ref url="/pages/NQbiwjugHURDoSwQuvOj" %}
[Comparative Analysis of Large Language Models in Vision Tasks](/using-the-platform/model-providers/comparative-analysis-of-large-language-models-in-vision-tasks.md)
{% endcontent-ref %}


---

# 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.jamaibase.com/using-the-platform/model-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.
