# AI Models

There are several model options available to choose from: OpenAI, Together AI, Ollama, Gemini, Groq, OpenRouter, Exo, and Claude.

#### API Keys - Quick Reference <a href="#api-keys-quick-reference" id="api-keys-quick-reference"></a>

Here are the direct URLs to get API Keys from different AI model providers:

| Provider    | API Key URL                                   |
| ----------- | --------------------------------------------- |
| OpenAI      | <https://platform.openai.com/api-keys>        |
| Gemini      | <https://aistudio.google.com/app/apikey>      |
| Claude      | <https://console.anthropic.com/settings/keys> |
| Groq        | <https://console.groq.com/keys>               |
| OpenRouter  | <https://openrouter.ai/settings/keys>         |
| Together AI | <https://api.together.ai/>                    |


---

# 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.opentroy.org/opentroy-tools/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.
