MessagesOutputConfigEffort - Go SDK

MessagesOutputConfigEffort type definition

The Go SDK and docs are currently in beta. Report issues on GitHub.

How much effort the model should put into its response. Higher effort levels may result in more thorough analysis but take longer. Valid values are low, medium, high, xhigh, or max.

Example Usage

1import (
2 "github.com/OpenRouterTeam/go-sdk/models/components"
3)
4
5value := components.MessagesOutputConfigEffortLow
6
7// Open enum: custom values can be created with a direct type cast
8custom := components.MessagesOutputConfigEffort("custom_value")

Values

NameValue
MessagesOutputConfigEffortLowlow
MessagesOutputConfigEffortMediummedium
MessagesOutputConfigEffortHighhigh
MessagesOutputConfigEffortXhighxhigh
MessagesOutputConfigEffortMaxmax