openclaw/docs/providers
Florian Hines 33e7394861
fix(providers): make all models available in kilocode provider (#32352)
* kilocode: dynamic model discovery, kilo/auto default, cooldown exemption

- Replace 9-model hardcoded catalog with dynamic discovery from
  GET /api/gateway/models (Venice-like pattern with static fallback)
- Default model changed from anthropic/claude-opus-4.6 to kilo/auto
  (smart routing model)
- Add createKilocodeWrapper for X-KILOCODE-FEATURE header injection
  and reasoning.effort handling (skip for kilo/auto)
- Add kilocode to cooldown-exempt providers (proxy like OpenRouter)
- Keep sync buildKilocodeProvider for onboarding, add async
  buildKilocodeProviderWithDiscovery for implicit provider resolution
- Per-token gateway pricing converted to per-1M-token for cost fields

* kilocode: skip reasoning injection for x-ai models, harden discovery loop

* fix(kilocode): keep valid discovered duplicates (openclaw#32352, thanks @pandemicsyn)

* refactor(proxy): normalize reasoning payload guards (openclaw#32352, thanks @pandemicsyn)

* chore(changelog): note kilocode hardening (openclaw#32352, thanks @pandemicsyn and @vincentkoc)

* chore(changelog): fix kilocode note format (openclaw#32352, thanks @pandemicsyn and @vincentkoc)

* test(kilocode): support auto-model override cases (openclaw#32352, thanks @pandemicsyn)

* Update CHANGELOG.md

---------

Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
2026-03-07 08:14:06 -08:00
..
anthropic.md
bedrock.md
claude-max-api-proxy.md docs: tighten subscription guidance and update MiniMax M2.5 refs 2026-03-03 00:02:37 +00:00
cloudflare-ai-gateway.md
deepgram.md
github-copilot.md
glm.md
huggingface.md
index.md docs: tighten subscription guidance and update MiniMax M2.5 refs 2026-03-03 00:02:37 +00:00
kilocode.md fix(providers): make all models available in kilocode provider (#32352) 2026-03-07 08:14:06 -08:00
litellm.md
minimax.md docs(models): refresh minimax kimi glm provider docs 2026-03-03 00:40:15 +00:00
mistral.md
models.md
moonshot.md fix(moonshot): apply native thinking payload compatibility 2026-03-03 01:05:24 +00:00
nvidia.md
ollama.md
openai.md feat(openai): add gpt-5.4 support for API and Codex OAuth (#36590) 2026-03-05 21:01:37 -08:00
opencode.md
openrouter.md
qianfan.md
qwen.md
synthetic.md docs: tighten subscription guidance and update MiniMax M2.5 refs 2026-03-03 00:02:37 +00:00
together.md
venice.md fix(venice): switch default model to kimi-k2-5 (#38423) 2026-03-06 19:31:07 -05:00
vercel-ai-gateway.md
vllm.md
xiaomi.md
zai.md