jay77721
fe02c9b95f
feat(go-models): unify OpenAI-compatible token usage extraction (#17634)
## Summary
Relate to #17284 .
- Add `usage_parser.go`: `extractOpenAIUsage` /
`extractOpenAIStreamUsage`
with multi-field fallback (`prompt_tokens`/`input_tokens`,
`completion_tokens`/`output_tokens`).
- Add `parser_config.go`: `ParserConfig` struct and
`OpenAIParserConfig`.
- Add `response_handler.go`: `HandleNonStreamingResponse` /
`HandleStreamingResponse` as single entry points that extract usage,
populate `chatConfig.UsageResult`, and emit a `StreamUsage` log.
- Extend `base_model.go` with `doRequest` / `doStreamRequest`.
- Migrate `deepseek` driver to shared handlers, cutting ~100 lines.
- Add `usage_parser_test.go`.
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Haruko386 <tryeverypossible@163.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-07-31 18:32:07 +08:00
..
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-27 17:16:50 +08:00
2026-07-28 21:10:28 +08:00
2026-07-28 21:10:28 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-28 19:14:05 +08:00
2026-07-27 18:04:36 +08:00
2026-07-31 18:32:07 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-29 18:54:11 +08:00
2026-07-28 19:14:05 +08:00
2026-07-28 19:14:05 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-31 18:32:07 +08:00
2026-06-08 19:32:19 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-31 18:32:07 +08:00
2026-07-22 22:30:57 +08:00
2026-07-28 19:19:00 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-27 10:09:31 +08:00
2026-07-27 10:09:31 +08:00
2026-07-24 19:33:38 +08:00
2026-07-21 13:51:17 +08:00
2026-07-21 13:51:17 +08:00
2026-07-29 18:54:11 +08:00
2026-07-29 18:54:11 +08:00
2026-07-24 19:33:38 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-28 19:19:00 +08:00
2026-07-28 19:19:00 +08:00
2026-07-31 11:37:51 +08:00
2026-07-31 11:37:51 +08:00
2026-07-22 21:27:58 +08:00
2026-07-27 17:16:50 +08:00
2026-07-24 19:33:38 +08:00
2026-07-29 18:54:11 +08:00
2026-07-29 18:54:11 +08:00
2026-07-29 18:54:11 +08:00
2026-07-29 18:54:11 +08:00
2026-07-29 18:54:11 +08:00
2026-07-29 18:54:11 +08:00
2026-07-24 19:23:51 +08:00
2026-07-24 19:23:51 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-31 11:38:32 +08:00
2026-07-31 11:38:32 +08:00
2026-07-22 22:30:57 +08:00
2026-07-27 13:54:36 +08:00
2026-07-24 09:54:08 +08:00
2026-07-27 18:04:36 +08:00
2026-07-27 18:04:36 +08:00
2026-07-27 18:04:36 +08:00
2026-06-03 19:16:28 +08:00
2026-07-28 19:16:31 +08:00
2026-07-14 21:06:11 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-27 18:04:36 +08:00
2026-07-27 18:04:36 +08:00
2026-06-02 13:40:10 +08:00
2026-07-24 19:33:38 +08:00
2026-07-29 18:54:11 +08:00
2026-07-22 22:30:57 +08:00
2026-07-28 19:14:05 +08:00
2026-07-22 22:30:57 +08:00
2026-07-29 13:15:34 +08:00
2026-07-29 13:15:34 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-23 13:39:57 +08:00
2026-07-29 18:54:11 +08:00
2026-07-22 22:30:57 +08:00
2026-07-29 18:54:11 +08:00
2026-07-22 22:30:57 +08:00
2026-07-29 18:54:11 +08:00
2026-07-28 19:14:05 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 15:33:02 +08:00
2026-07-31 18:32:07 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-28 19:16:31 +08:00
2026-07-28 19:16:31 +08:00
2026-07-29 18:54:11 +08:00
2026-07-22 22:30:57 +08:00
2026-07-27 17:16:50 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-31 18:32:07 +08:00
2026-07-27 17:16:50 +08:00
2026-07-27 17:16:50 +08:00
2026-07-22 22:30:57 +08:00
2026-07-31 11:39:49 +08:00
2026-07-31 11:39:49 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-28 19:16:31 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-31 18:32:07 +08:00
2026-07-31 18:32:07 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-27 17:16:50 +08:00
2026-07-27 17:16:50 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 10:51:37 +08:00