@@ -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 61 built-in presets: 50 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,7 @@ 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+ | Hyperbolic | ` https://api.hyperbolic.xyz/v1 ` |
205206| Together | ` https://api.together.xyz/v1 ` |
206207| Fireworks | ` https://api.fireworks.ai/inference/v1 ` |
207208| Moonshot (Kimi API) · Kimi (coding) | ` https://api.moonshot.ai/v1 ` · ` https://api.kimi.com/coding/v1 ` |
@@ -221,6 +222,11 @@ validates the key, and stores it. Notable entries:
221222Most use the ` openai-chat ` adapter with a bearer key; a few that expose only an Anthropic-compatible
222223endpoint (e.g. ** Xiaomi MiMo** ) use the ` anthropic ` adapter (` x-api-key ` ).
223224
225+ ** Hyperbolic discovery.** The preset reads ` /v1/models ` with the configured bearer key, preserves
226+ slash-containing native model ids, and caps live discovery at 256 KiB and 256 raw rows. It covers
227+ serverless text and vision-language chat only; Hyperbolic's separate image, audio, and GPU endpoints
228+ are out of scope. Create keys at [ Hyperbolic] ( https://app.hyperbolic.ai ) .
229+
224230> ** Tencent Cloud Coding Plan usage restriction:** Tencent documents this subscription for
225231> interactive coding tools only. General API automation, custom application backends, and
226232> non-interactive batch use are prohibited and may cause the plan key to be suspended.
0 commit comments