@@ -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+ | DeepInfra | ` https://api.deepinfra.com/v1/openai ` |
206+ | Novita AI | ` https://api.novita.ai/openai/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,12 @@ 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+ ** DeepInfra and Novita AI discovery.** The ` deepinfra ` preset uses DeepInfra's registry-owned
227+ model-list URL and keeps only rows tagged ` chat ` ; ` novita ` keeps only rows whose ` model_type ` is
228+ ` chat ` . Both preserve slash-containing native model ids and cap live discovery at 512 KiB and 256
229+ raw rows. Create keys in [ DeepInfra's dashboard] ( https://deepinfra.com/dash/api_keys ) or
230+ [ Novita's Key Management] ( https://novita.ai/settings/key-management ) .
231+
224232> ** Tencent Cloud Coding Plan usage restriction:** Tencent documents this subscription for
225233> interactive coding tools only. General API automation, custom application backends, and
226234> non-interactive batch use are prohibited and may cause the plan key to be suspended.
0 commit comments