Models Hub
Agent Tools

Use Chatbox with Models Hub: API Host and Key Setup

Add an OpenAI API-compatible model provider in the Chatbox desktop client, enter your Models Hub API host and key, and call Claude, GPT and more with one key, with verification and troubleshooting.

Edit this page

Chatbox is a cross-platform desktop AI chat client that supports multiple model providers at once. Point one of its providers at Models Hub and every message you send in the chat window draws on your Models Hub balance. This is the simplest setup in this series, a good starting point if you're new to Models Hub.

Three things you need

A Models Hub API key, the base URL https://modelsok.com/v1, and a model name. The whole setup takes under a minute.

Prerequisites

  • Chatbox installed. Download the build for your OS from the official site.
  • A Models Hub API key from the Tokens page, in a group that can access the models you want.
Use caseModelPricingLive status
First choice for everyday chatclaude-sonnet-4-6PriceAvailability and latency
Complex reasoning and long-form writinggpt-5.5PriceAvailability and latency
Cheap and fast for simple Q&Agpt-5.4-miniPriceAvailability and latency

Model names are authoritative on the pricing page.

Setup

  1. Open Chatbox, go to Settings → Model Provider, and click "Add" at the bottom.

  2. Set API Mode to "OpenAI API Compatible".

  3. Paste your Models Hub key into API Key.

  4. Enter the API Host:

    https://modelsok.com/v1

    Leave API Path empty; don't put /v1 in both fields. Chatbox appends its default path after the host automatically. Note: these field names come from Chatbox's official docs; treat your current version's actual controls as authoritative.

  5. Enter or select one of the model names above in Model, then save.

Verify

Start a new chat and send something like "introduce yourself in one sentence". A normal reply means you're connected. Then check Usage logs in the Models Hub console; a request under that model name appears within seconds, confirming traffic went through Models Hub rather than Chatbox's own service.

Common errors

SymptomCauseFix
401 / invalid keyIncomplete key, stray whitespace, or a disabled tokenRe-copy from the Tokens page
Spinner never resolves, or a connection errorWrong API host, usually a missing /v1 or an extra slashRe-enter https://modelsok.com/v1 and keep API Path empty
Model not foundMisspelled model name, or the token's group can't access itCheck the pricing page
Slow replies or a "too many requests" messageRate limited by concurrencyRetry shortly; contact support for a higher limit if it persists
Nothing shows in usage logsThe chat isn't using the newly added providerCheck the chat's model source points at the provider you just added

More in Troubleshooting.

FAQ

How is it billed? Per input and output token actually consumed in each chat, at the price on each model's pricing page. Usage logs itemize every request.

How is this different from the vendor's API directly? Same request format; only the API host changes. You don't need separate accounts with each vendor, and one key works across models.

How do I switch models? Use the model picker at the top or side of the chat window, or add several models under the same provider in settings and switch between them.

On this page