RouteMux Docs
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

FieldValue
Provider typeOpenAI
API hosthttps://api.routemux.com/v1
API keyyour RouteMux key (sk-...)
Modelsadd 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

SymptomCause
Connection test passes, chat failsTest hits /models (metadata, unbilled); chat hits a billed endpoint. A 402 here means an empty wallet.
400 AMBIGUOUS_API_KEYTwo different keys stored in two header fields. Clear the unused one.
Model missing from responsesNot enabled for your key. GET /v1/models is authoritative.

On this page