Overview
此内容尚不支持你的语言。
What is Earbowe?
Section titled “What is Earbowe?”Earbowe provides an OpenAI-compatible HTTP API for coding agents and SDKs:
- Chat completions (
/v1/chat/completions) - Models list (
/v1/models) - Streaming when the client requests it
This documentation site explains how to connect tools. It is not the admin console.
Architecture
Section titled “Architecture”Your agent / SDK → https://api.earbowe.com/v1 (or China direct) → Earbowe gateway → upstream modelsContent (blog + docs) can live on Cloudflare Pages. API traffic stays on the gateway host.
Who this is for
Section titled “Who this is for”- Developers wiring Codex / Cline / OpenCode / Continue to a custom base URL
- Teams that want one key for multiple OpenAI-compatible tools
- Users who need global + China-direct endpoints