everyapi
Integration · Cross-platform desktop / Web ChatUIOpenAI-compatible · one key · live model catalog
C

Run the EveryAPI gateway inside Chatbox

Chatbox is a cross-platform chat client for desktop, mobile, and the web. Add EveryAPI as a custom OpenAI-compatible provider, then configure a model ID from your account catalog.

01Setup code

One base URL line points Chatbox at EveryAPI

Default global Base URL / China-first Base URL: https://api.everyapi.ai/v1 / https://api-cn.everyapi.ai/v1

Chatbox · Settings · Models
# 1. Chatbox → Settings (gear icon, bottom-left) → Models
# 2. Set the model provider to "OpenAI API" or "Custom OpenAI-Compatible"
 
API Host https://api.everyapi.ai
API Path /v1/chat/completions # default is fine
API Key sk-everyapi-...
Model claude-sonnet-5 # or any other EveryAPI model
 
# 3. Save, then switch models from the picker at the top of a new chat
02Steps

From zero to your first call

  1. Install Chatbox

    Download the appropriate build from Chatbox’s official site, or use its web app. Review Chatbox’s current storage and sync documentation for the platform you choose.

    chatboxai.app/download

  2. Open Settings → Models

    Chatbox gear icon (bottom-left) → Models tab.

  3. Change the API Host + API Key

    Set the API host and key as shown below, then enter a model ID available in your EveryAPI account. Field names can vary by Chatbox version.

  4. Test the connection

    Start a new chat, select the configured model, and send a test request. Check the EveryAPI usage page to confirm which model and key handled it.