Reference

Base URLs and protocols

Choose the HopBase OpenAI or Anthropic compatible URL for each model and client.

HopBase supports both OpenAI and Anthropic compatible protocols. The protocol depends on the client and model type, not the key format.

ScenarioProtocolBase URL
Claude Code, Anthropic SDK, Claude modelsAnthropichttps://api.hop-base.com
Codex CLIOpenAI Responseshttps://api.hop-base.com/v1
Standard GPT, GLM, and Gemini chatOpenAI Chat Completionshttps://api.hop-base.com/v1
GPT Image, Gemini Banana, SeedreamOpenAI Imageshttps://api.hop-base.com/v1

Common endpoints

CapabilityEndpoint
Model discoveryGET /v1/models
OpenAI chatPOST /v1/chat/completions
OpenAI ResponsesPOST /v1/responses
Anthropic MessagesPOST /v1/messages
Gemini OmniPOST /v1/interactions
Image generationPOST /v1/images/generations
Image editingPOST /v1/images/edits
Seedance video submissionPOST /v1/video/generate

Configuring a Claude key as OpenAI Compatible sends requests to the wrong protocol path and returns 404, "The current platform does not support this API path." Change the provider type to Anthropic and remove /v1 from the Base URL.

On this page