docs: Improve reasoning support table clarity

- Remove redundant 'Reasoning Tokens' column (all models count them)
- Group by provider for better readability
- Clarify model limitations vs API limitations
- Simplify check marks to focus on thinking content availability
This commit is contained in:
Mario Zechner 2025-08-10 02:13:13 +02:00
parent 047d9af407
commit f82e82da93
3 changed files with 55 additions and 64 deletions

View file

@ -1,3 +1,13 @@
- agent: ultrathink to temporarily set reasoning_effort?
- agent: need to figure out a models max context lenght
- agent: compaction & micro compactionexi
- agent: token usage output sucks, make it better
- current: ↑1,706 ↓409 ⚒ 2
- maybe: ↑ 1,706 - ↓ 409 - ⚒ 2 (or dot?)
- agent: test for basic functionality, including thinking, completions & responses API support for all the known providers and their endpoints.
- agent: token usage gets overwritten with each message that has usage data. however, if the latest data doesn't have a specific usage field, we record undefined i think? also, {"type":"token_usage" "inputTokens":240,"outputTokens":35,"totalTokens":275,"cacheReadTokens":0,"cacheWriteTokens":0} doesn't contain reasoningToken? do we lack initialization? See case "token_usage": in renderers. probably need to check if lastXXX > current and use lastXXX.