Kimi K2.5/K2.6 chat schema documents temperature, top_p and a small fixed set of knobs; seed and parallel_tool_calls are not in it. The frontend already hides those controls (provider-capabilities.ts), so the only way they reach Kimi is a stale client or a direct API caller. Add them to body_omit so the registry strips them on the wire instead of relying on the upstream to 400. Sync the Kimi web-search bypass test to assert both fields are dropped alongside frequency_penalty/temperature/top_p. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _html_to_md.py | ||
| anthropic_compat.py | ||
| audio_codecs.py | ||
| chat_template_helpers.py | ||
| defaults.py | ||
| external_provider.py | ||
| inference.py | ||
| key_exchange.py | ||
| llama_cpp.py | ||
| llama_server_args.py | ||
| mlx_inference.py | ||
| orchestrator.py | ||
| pricing.py | ||
| providers.py | ||
| safetensors_agentic.py | ||
| tool_call_parser.py | ||
| tools.py | ||
| worker.py | ||