f5fe2210c8
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
10 lines
136 B
TOML
10 lines
136 B
TOML
base_model = "zhipuai/glm-5.1"
|
|
reasoning_options = []
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.8571
|
|
output = 3.4286
|