Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/content/features/cloud-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,22 @@ proxy:
upstream_model: meta-llama/Llama-3-70b-chat-hf
```

[DaoXE](https://daoxe.com) is an OpenAI-compatible multi-model API gateway
(`https://daoxe.com/v1`). Model IDs are account-scoped — copy the exact id from
your DaoXE dashboard for `upstream_model`:

```yaml
name: daoxe-chat
backend: cloud-proxy

proxy:
mode: passthrough
provider: openai
upstream_url: https://daoxe.com/v1/chat/completions
api_key_env: DAOXE_API_KEY
upstream_model: your-account-model-id
```

### Translate mode

In translate mode the cloud-proxy backend converts LocalAI's internal proto
Expand Down