Model capabilities and features.
Value parameters
- disallowedParams
-
Set of parameter names that are not supported by this model
- supportedRegions
-
List of supported deployment regions
- supportsAssistantPrefill
-
Whether the model supports assistant message prefill
- supportsAudioInput
-
Whether the model supports audio inputs
- supportsAudioOutput
-
Whether the model supports audio outputs
- supportsComputerUse
-
Whether the model supports computer use
- supportsFunctionCalling
-
Whether the model supports function/tool calling
- supportsNativeStreaming
-
Whether the model supports native streaming (false = needs fake streaming)
- supportsParallelFunctionCalling
-
Whether the model supports parallel tool calls
- supportsPdfInput
-
Whether the model supports PDF file inputs
- supportsPromptCaching
-
Whether the model supports prompt caching
- supportsReasoning
-
Whether the model supports reasoning (O-series, Claude thinking)
- supportsResponseSchema
-
Whether the model supports structured response schemas
- supportsSystemMessages
-
Whether the model supports system messages (false for some O-series)
- supportsToolChoice
-
Whether the model supports tool_choice parameter
- supportsVision
-
Whether the model supports vision/image inputs
- supportsWebSearch
-
Whether the model supports web search
- temperatureConstraint
-
Temperature constraint: None = any, Some((min, max)) = restricted range
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any