@@ -185,7 +185,7 @@ selectors, then retry. Signing in from a machine with no existing `kiro-cli` ses
185185
186186## 3. API-key catalog
187187
188- opencodex ships 53 built-in presets: 42 key-based, seven OAuth, three local, and the default
188+ opencodex ships 62 built-in presets: 51 key-based, seven OAuth, three local, and the default
189189ChatGPT-forward preset. The dashboard's ** Add provider** picker opens a key provider's dashboard,
190190validates the key, and stores it. Notable entries:
191191
@@ -202,6 +202,8 @@ validates the key, and stores it. Notable entries:
202202| MiniMax · MiniMax (CN) | ` https://api.minimax.io/v1 ` · ` https://api.minimaxi.com/v1 ` |
203203| DeepSeek | ` https://api.deepseek.com ` |
204204| Cerebras | ` https://api.cerebras.ai/v1 ` |
205+ | Chutes | ` https://llm.chutes.ai/v1 ` |
206+ | Hyperbolic | ` https://api.hyperbolic.xyz/v1 ` |
205207| Together | ` https://api.together.xyz/v1 ` |
206208| Fireworks | ` https://api.fireworks.ai/inference/v1 ` |
207209| Moonshot (Kimi API) · Kimi (coding) | ` https://api.moonshot.ai/v1 ` · ` https://api.kimi.com/coding/v1 ` |
@@ -221,6 +223,13 @@ validates the key, and stores it. Notable entries:
221223Most use the ` openai-chat ` adapter with a bearer key; a few that expose only an Anthropic-compatible
222224endpoint (e.g. ** Xiaomi MiMo** ) use the ` anthropic ` adapter (` x-api-key ` ).
223225
226+ ** Chutes and Hyperbolic discovery.** Both presets read ` /v1/models ` with the configured bearer key,
227+ preserve slash-containing native model ids, and cap live discovery at 256 KiB and 256 raw rows.
228+ Chutes account routing aliases require a configured Model Routing pool. The Hyperbolic preset covers
229+ serverless text and vision-language chat only; its separate image, audio, and GPU endpoints are out
230+ of scope. Create keys at [ Chutes] ( https://chutes.ai/auth/start ) or
231+ [ Hyperbolic] ( https://app.hyperbolic.ai ) .
232+
224233> ** Tencent Cloud Coding Plan usage restriction:** Tencent documents this subscription for
225234> interactive coding tools only. General API automation, custom application backends, and
226235> non-interactive batch use are prohibited and may cause the plan key to be suspended.
0 commit comments