ResolvedModelCapabilities
Normalized runtime behavior that UI and API consumers can safely inspect.
Resolved model family used for runtime behavior decisions.
Whether the runtime expects the model to expose a reasoning or thinking mode.
falseWhether thinking can be explicitly enabled or disabled for requests.
falseWhether the runtime expects the model to accept a thinking or reasoning budget control.
falseReasoning effort used when thinking is enabled without an explicit effort override.
Possible values: [none, minimal, low, medium, high, xhigh]
mediumReasoning effort used when thinking is explicitly disabled.
Possible values: [none, minimal, low, medium, high, xhigh]
noneResolved reasoning marker format expected from this model family.
noneWhether the runtime should treat the model as accepting image inputs.
falseWhether the runtime should treat the model as accepting audio inputs.
falseWhether the runtime should treat the model as a text-to-speech model.
falseWhether the runtime should treat the model as a speech-to-text model.
falseWhether the runtime should treat the model as supporting speech translation.
falseWhether the runtime should expect this model to produce audio output.
falseWhether the runtime should expect this model to expose realtime audio sessions.
falsedefault_audio_response_format object
Default encoded audio response format for speech synthesis, when declared.
- string
- null
Encoded audio response formats the model can produce.
Whether the runtime expects the model to support structured tool calling.
falseBuiltin platform tool contracts that Skulk may expose to this model family.
Resolved tool-call output format family used for parsing.
genericResolved prompt renderer strategy used to prepare requests for this model.
tokenizerResolved output parser strategy used to interpret model responses.
genericWhether the runtime can use a native multimodal execution path for the model.
false{
"family": "",
"supports_thinking": false,
"supports_thinking_toggle": false,
"supports_thinking_budget": false,
"default_reasoning_effort": "medium",
"disabled_reasoning_effort": "none",
"thinking_format": "none",
"supports_image_input": false,
"supports_audio_input": false,
"supports_speech_synthesis": false,
"supports_transcription": false,
"supports_speech_translation": false,
"supports_audio_output": false,
"supports_realtime_audio": false,
"default_audio_response_format": "string",
"audio_response_formats": [
"string"
],
"supports_tool_calling": false,
"builtin_tools": [
"string"
],
"tool_call_format": "generic",
"prompt_renderer": "tokenizer",
"output_parser": "generic",
"supports_native_multimodal": false
}