5 Commits

Author SHA1 Message Date
Aiden Cline 524524e488 fix(ebcloud): correct converted pricing 2026-07-12 13:30:17 -05:00
Boyu Zheng f5fe2210c8 fix(ebcloud): drop unverified reasoning cost, add interleaved reasoning_content, cleanup
Addresses second review pass on PR #3102:
- Remove cost.reasoning (reasoning tokens bill as normal output tokens,
  no separate free/paid line item, matching repo convention)
- Add [interleaved] field = "reasoning_content" to all four models,
  since EBCloud's endpoint returns reasoning via that field
- Document the reasoning-control investigation in provider.toml
  (no verified effort/budget/toggle param found)
- Strip trailing whitespace, add trailing newline to provider.toml
- Normalize logo.svg viewBox to a 0 0 N N origin
2026-07-10 10:48:45 +08:00
Boyu Zheng 6e4a1e55d8 fix(ebcloud): use base_model inheritance and currentColor logo
Address review feedback on PR #3102: inherit provider-agnostic model
facts via base_model instead of duplicating them (fixes fabricated
dates, wrong temperature/limit overrides, and the DeepSeek-V4-Pro
copy-pasted description), switch logo fills to currentColor, and
correct GLM-5.1/Kimi-K2.6 pricing which had wrongly copied
DeepSeek-V4-Flash's rate.
2026-07-10 10:38:46 +08:00
Boyu Zheng b96653aa5c fix(ebcloud): correct copy-pasted model descriptions for GLM-5.1 and Kimi-K2.6 2026-07-08 17:22:08 +08:00
Boyu Zheng 128398d56b feat(provider): add EBCloud provider and Models: DeepSeek-v4-flash, pro, GLM and Kimi. 2026-07-08 16:49:17 +08:00