US-010: Add model compatibility documentation

Created comprehensive MODEL_COMPATIBILITY.md documenting:
- Kimi models is_error exclusion (prevents 400 Bad Request)
- Reasoning models tuning parameter stripping (o1, o3, o4, grok-3-mini, qwen-qwq)
- GPT-5 max_completion_tokens requirement
- Qwen model routing through DashScope

Includes implementation details, key functions table, guide for adding new
models, and testing commands. Cross-referenced with existing code comments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Yeachan-Heo
2026-04-16 10:55:58 +00:00
parent 3e4e1585b5
commit f65d15fb2f
3 changed files with 250 additions and 1 deletions

View File

@@ -144,7 +144,7 @@
"Document qwen model routing through dashscope",
"Cross-reference with existing code comments"
],
"passes": false,
"passes": true,
"priority": "P2"
},
{