@@ -190,7 +190,7 @@ selectors, then retry. Signing in from a machine with no existing `kiro-cli` ses
190190
191191## 3. API-key catalog
192192
193- opencodex ships 53 built-in presets: 42 key-based, seven OAuth, three local, and the default
193+ opencodex ships 61 built-in presets: 50 key-based, seven OAuth, three local, and the default
194194ChatGPT-forward preset. The dashboard's ** Add provider** picker opens a key provider's dashboard,
195195validates the key, and stores it. Notable entries:
196196
@@ -207,6 +207,7 @@ validates the key, and stores it. Notable entries:
207207| MiniMax · MiniMax (CN) | ` https://api.minimax.io/v1 ` · ` https://api.minimaxi.com/v1 ` |
208208| DeepSeek | ` https://api.deepseek.com ` |
209209| Cerebras | ` https://api.cerebras.ai/v1 ` |
210+ | DeepInfra | ` https://api.deepinfra.com/v1/openai ` |
210211| Together | ` https://api.together.xyz/v1 ` |
211212| Fireworks | ` https://api.fireworks.ai/inference/v1 ` |
212213| Moonshot (Kimi API) · Kimi (coding) | ` https://api.moonshot.ai/v1 ` · ` https://api.kimi.com/coding/v1 ` |
@@ -226,6 +227,11 @@ validates the key, and stores it. Notable entries:
226227Most use the ` openai-chat ` adapter with a bearer key; a few that expose only an Anthropic-compatible
227228endpoint (e.g. ** Xiaomi MiMo** ) use the ` anthropic ` adapter (` x-api-key ` ).
228229
230+ ** DeepInfra discovery.** The key-based ` deepinfra ` OpenAI Chat Completions provider uses the
231+ ` openai-chat ` adapter with a Bearer API key. Its registry-owned model-list URL keeps only rows tagged
232+ ` chat ` , preserves slash-containing native model ids, and caps live discovery at 512 KiB and 512 raw
233+ rows. Create keys in [ DeepInfra's dashboard] ( https://deepinfra.com/dash/api_keys ) .
234+
229235> ** Tencent Cloud Coding Plan usage restriction:** Tencent documents this subscription for
230236> interactive coding tools only. General API automation, custom application backends, and
231237> non-interactive batch use are prohibited and may cause the plan key to be suspended.
0 commit comments