Base URLs and protocols

Use the Essevin API host and choose the OpenAI or Anthropic path required by the client.

Essevin uses the Essevin consumer API host. The protocol depends on the client and model family, not the key format.

ScenarioProtocolBase URL
Claude Code, Anthropic SDK, Claude modelsAnthropichttps://api.essevin.com
Codex CLIOpenAI Responseshttps://api.essevin.com/v1
GPT and Gemini chatOpenAI Chat Completionshttps://api.essevin.com/v1
GPT Image and Gemini image modelsOpenAI Imageshttps://api.essevin.com/v1

Common endpoints

CapabilityEndpoint
Model discoveryGET /v1/models
OpenAI chatPOST /v1/chat/completions
OpenAI ResponsesPOST /v1/responses
Anthropic MessagesPOST /v1/messages
Image generationPOST /v1/images/generations
Image editingPOST /v1/images/edits when supported by the selected model

A Claude key configured as OpenAI Compatible reaches the wrong protocol path and returns 404. Select Anthropic and remove /v1 from the Base URL.

On this page