We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df82eb commit 607a9dfCopy full SHA for 607a9df
cmd/openrouter/main.go
@@ -279,6 +279,7 @@ func main() {
279
CostPer1MOutCached: pricing.CostPer1MOutCached,
280
ContextWindow: model.ContextLength,
281
CanReason: canReason,
282
+ HasReasoningEffort: canReason,
283
SupportsImages: supportsImages,
284
}
285
if model.TopProvider.MaxCompletionTokens != nil {
@@ -341,6 +342,7 @@ func main() {
341
342
343
ContextWindow: bestEndpoint.ContextLength,
344
345
346
347
348
0 commit comments