Skip to content

OpenAI-Compatible API

Use this for Hermes, Cherry Studio, curl, OpenAI Python/Node SDK, and any other OpenAI-compatible client.

Base URL

Different clients expect different base URL formats. If one does not work, try the other.

txt
https://codex-easy.ai
https://codex-easy.ai/v1

API key

Use your CE API key as the OpenAI API key.

txt
<your-ce-api-key>

Common request paths

Common endpoints:

txt
/v1/models
/v1/responses
/v1/chat/completions
/v1/images/*

/v1/images/* only works for image-generation groups.

Notes

Smart cache is optimized for Codex and OpenCode. Cache hit rate for other clients depends on how requests are constructed.

OpenAI API reference: platform.openai.com/docs/api-reference