You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add NVIDIA Kimi K2.5 demo + fix Hub model routing for custom endpoints
- Fix create_model() to route custom base URLs through litellm (NVIDIA,
Ollama, etc.) even when OPENAI_API_KEY is also set — previously the
Agent SDK failed with "Unknown prefix: moonshotai"
- Add "Real-World Demo: NVIDIA API + Kimi K2.5" section to all 3 READMEs
with tested ag refresh / ag ask / ag report / ag log-decision output
- Add test case for base_url + api_key routing (NVIDIA scenario)
- Verified end-to-end: scanner → Hub pipeline → conventions.md generation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+52Lines changed: 52 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,6 +269,58 @@ See [Sandbox docs](docs/en/SANDBOX.md).
269
269
270
270
---
271
271
272
+
## Real-World Demo: NVIDIA API + Kimi K2.5
273
+
274
+
Tested end-to-end with [Moonshot Kimi K2.5](https://build.nvidia.com/moonshotai/kimi-k2-5) via NVIDIA's free API tier. Any OpenAI-compatible endpoint works the same way.
Copy file name to clipboardExpand all lines: README_ES.md
+52Lines changed: 52 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,6 +269,58 @@ Ver [docs Sandbox](docs/es/SANDBOX.md).
269
269
270
270
---
271
271
272
+
## Demo Real: NVIDIA API + Kimi K2.5
273
+
274
+
Probado end-to-end con [Moonshot Kimi K2.5](https://build.nvidia.com/moonshotai/kimi-k2-5) via el tier gratuito de NVIDIA. Cualquier endpoint compatible con OpenAI funciona igual.
0 commit comments