Models

Updated 2026-07-24 · Technical setup guide.

Model availability is per token / group, not a fixed marketing list.

Live discovery

curl -sS https://api.earbowe.com/v1/models \
  -H "Authorization: Bearer sk-..."

China:

curl -sS https://api.3861343.xyz/v1/models \
  -H "Authorization: Bearer sk-..."

How to pick a model

  1. List models with your key.
  2. Copy an exact id from the response.
  3. Put that id into your agent / SDK model field.
  4. If the tool caches models, refresh after key changes.

Coding-agent tip

Prefer a stable default for day-to-day coding (for example gpt-5.5 when visible on your key), and only switch when you need longer context or a different capability.

If a model is missing

Related: Quickstart · Codex · Console