# LLM provider matrix

| Provider     | Local or hosted | Current status                        | Data-flow message                                                                                                 |
| ------------ | --------------- | ------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Ollama       | Local           | Available                             | Tenant prompts and responses stay on this device.                                                                 |
| OpenAI Codex | Hosted          | Available through the local Codex CLI | Tenant prompts are sent to OpenAI through the user's Codex account. OpenAdminOS does not store an OpenAI API key. |
| LM Studio    | Local           | Coming soon                           | Tenant prompts and responses stay on this device when implemented.                                                |
| Anthropic    | Hosted          | Coming soon                           | Tenant prompts are sent to Anthropic when selected.                                                               |
| Azure OpenAI | Hosted          | Coming soon                           | Tenant prompts are sent to the configured Azure OpenAI resource when selected.                                    |


---

# 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.openadminos.com/developers/llm-provider-matrix.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.
