Configure 123API in Cherry Studio to access OpenAI-compatible chat models through one provider entry.
After launching Cherry Studio:
Add a new provider and fill in:
| Field | Value |
|---|---|
| Provider Name | 123API |
| Provider Type | OpenAI |
| API Key | Your 123API key |
| API URL | https://123api.co |
Some clients expect the host without /v1, while others require the full https://123api.co/v1 base URL. Follow the input label shown in Cherry Studio and test once after saving.
Use the model management window to add the models you want, for example:
gpt-4ogpt-4o-minigpt-5claude-sonnetgemini-2.0-flash123API providerAdd the model IDs manually and verify your API key can access them through GET /v1/models.
Double-check the host value, API key and whether your local network can reach https://123api.co.
Different model families may have different routing requirements or availability. Always validate the exact model ID with GET /v1/models.