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 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_tool_calling": false,
"builtin_tools": [
"string"
],
"tool_call_format": "generic",
"prompt_renderer": "tokenizer",
"output_parser": "generic",
"supports_native_multimodal": false
}