OpenRouter TypeScript SDK - v1.0.6
GitHub
Examples
Preparing search index...
ReasoningConfig
Interface ReasoningConfig
Configuration for reasoning tokens
interface
ReasoningConfig
{
effort
?:
"low"
|
"high"
|
"medium"
;
max_tokens
?:
number
;
}
Index
Properties
effort?
max_
tokens?
Properties
Optional
effort
effort
?:
"low"
|
"high"
|
"medium"
Optional
max_
tokens
max_tokens
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
effort
max_
tokens
GitHub
Examples
OpenRouter TypeScript SDK - v1.0.6
Loading...
Configuration for reasoning tokens