Models
此内容尚不支持你的语言。
List models
Section titled “List models”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.
Selection tips
Section titled “Selection tips”| 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.
China endpoint
Section titled “China endpoint”Same key, different host:
curl https://api.3861343.xyz/v1/models \ -H "Authorization: Bearer sk-YOUR-KEY"