# Hosted providers

Hosted providers send prompts and relevant tenant context to the selected model provider. OpenAdminOS must say this plainly in the UI.

The current hosted path is OpenAI Codex through the locally installed Codex CLI. OpenAdminOS checks the local CLI and auth state, then invokes Codex without storing an OpenAI API key.

## Rule

If a provider is hosted, the UI must state that tenant prompts leave the device.

## Planned Providers

Anthropic, OpenAI direct, and Azure OpenAI are planned provider options. They must follow the same visible data-flow rule before they are enabled.


---

# 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/trust-model/hosted-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.
