IntegrationsChat
Cherry Studio
Add RouteMux as a custom provider in Cherry Studio.
Cherry Studio lets you register arbitrary OpenAI-compatible providers alongside the built-in ones.
Configure
| Field | Value |
|---|---|
| Provider type | OpenAI |
| API host | https://api.routemux.com/v1 |
| API key | your RouteMux key (sk-...) |
| Models | add slugs from GET /v1/models |
One key, many model families
Because RouteMux is protocol-compatible rather than provider-specific, a single Cherry Studio provider entry can hold OpenAI and Anthropic slugs — you do not need one entry per upstream vendor, and you do not need separate keys or separate balances.
Troubleshooting
| Symptom | Cause |
|---|---|
| Connection test passes, chat fails | Test hits /models (metadata, unbilled); chat hits a billed endpoint. A 402 here means an empty wallet. |
400 AMBIGUOUS_API_KEY | Two different keys stored in two header fields. Clear the unused one. |
| Model missing from responses | Not enabled for your key. GET /v1/models is authoritative. |