You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model profile/snapshot schemas track whether a model supports reasoning (reasoning.thinking: boolean, reasoning.exposed, reasoning.token_budget_configurable) — but this is metadata only, not used during execution.
buildBenchmarkRequestPayload handles only: temperature, top_p, max_tokens, seed, stop, presence_penalty, frequency_penalty, stream. No thinking/reasoning params injected into requests.
Gap: runtime_parameters has no thinking, budget_tokens, reasoning_effort fields, so they can't be set per-benchmark-run today. A benchmark testing a reasoning model would get default thinking behavior (whatever the server
defaults to), with no way to control or vary the effort level.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Current state:
Model profile/snapshot schemas track whether a model supports reasoning (reasoning.thinking: boolean, reasoning.exposed, reasoning.token_budget_configurable) — but this is metadata only, not used during execution.
buildBenchmarkRequestPayload handles only: temperature, top_p, max_tokens, seed, stop, presence_penalty, frequency_penalty, stream. No thinking/reasoning params injected into requests.
Gap: runtime_parameters has no thinking, budget_tokens, reasoning_effort fields, so they can't be set per-benchmark-run today. A benchmark testing a reasoning model would get default thinking behavior (whatever the server
defaults to), with no way to control or vary the effort level.
All reactions