Third-party clients

Configure Essevin in Cherry Studio, NextChat, LobeChat, and similar clients.

Desktop and web clients such as Cherry Studio, NextChat, and LobeChat use the same core settings. The provider type must match the model protocol.

ModelProvider typeAPI address / Base URLAPI Key
GPT and Gemini models such as gpt-5.5 or gemini-3.5-flashOpenAI (Chat Completions)https://api.essevin.com/v1Matching plan key
Claude models such as claude-sonnet-4-6Anthropichttps://api.essevin.com without /v1Claude plan key

Do not select OpenAI for a Claude plan key. It returns 404 because the request uses the wrong protocol path. Select Anthropic, use a client that supports Anthropic such as Cherry Studio, or use the web console.

Confirm an available model

Call GET /v1/models with the target plan key and copy the complete model ID.

Add a custom provider

Enter the provider type, Base URL, API key, and model ID from the table above.

Save and test

Select the new model and send “Reply only with ok.” For a 404, check whether Claude was configured as OpenAI or whether /v1 is missing or duplicated.

Direct browser connections are supported. Web clients often do not append an API path. For OpenAI, GPT or Gemini mode, enter the complete https://api.essevin.com/v1 URL. For Anthropic mode and Claude, omit /v1.

On this page