Skip to content

Models

Terminal window
curl https://api.earbowe.com/v1/models \
-H "Authorization: Bearer sk-YOUR-KEY"

Use the id fields from this response as the model string in chat completions.

Goal Approach
Everyday coding Prefer a stable mid-tier chat model
Hard refactors Prefer a stronger coding model if available
Cost control Prefer efficient / open models; verify on /v1/models

Do not hard-code marketing names. Catalogs change; always re-check /v1/models and the console.

Same key, different host:

Terminal window
curl https://api.3861343.xyz/v1/models \
-H "Authorization: Bearer sk-YOUR-KEY"