ModelList
listlistdata object[]required
modelskulk0[]0false[]falseCoarse catalog capability labels such as text, vision, thinking, or embedding.
reasoning object
Optional declarative reasoning controls from the model card.
- ReasoningCapabilitySection
- null
supports_toggle object
- boolean
- null
supports_budget object
- boolean
- null
format object
- string
- null
default_effort object
- string
- null
Possible values: [none, minimal, low, medium, high, xhigh]
disabled_effort object
- string
- null
Possible values: [none, minimal, low, medium, high, xhigh]
modalities object
Optional declarative modality support details from the model card.
- ModalitiesCapabilitySection
- null
supports_audio_input object
- boolean
- null
supports_native_multimodal object
- boolean
- null
tooling object
Optional declarative tool-calling metadata from the model card.
- ToolingCapabilitySection
- null
supports_tool_calling object
- boolean
- null
builtin_tools object
- string[]
- null
tool_call_format object
- string
- null
runtime object
Optional declarative runtime integration hints from the model card.
- RuntimeCapabilitySection
- null
prompt_renderer object
- string
- null
output_parser object
- string
- null
mtp_sidecar_repo object
Repo of this model's MTP sidecar (prediction heads), when it declares one. The sidecar is a companion loaded alongside the base model, not an independently placeable model. Lets clients mark the sidecar repo as a companion rather than a launchable entry.
- string
- null
assistant_model_repo object
Repo of this model's speculative-decoding assistant (drafter), when it declares one. A companion loaded with the base model, not independently placeable.
- string
- null
served_spec_draft_repo object
Repo of this model's served-engine draft GGUF, when it declares a separate one. A companion loaded with the base model, not independently placeable.
- string
- null
resolved_capabilities object
Normalized runtime capabilities resolved from the model card and model-family defaults for the default tool-free request path. Request-specific options such as tools may change some resolved values.
- ResolvedModelCapabilities
- null
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{
"object": "list",
"data": [
{
"id": "string",
"object": "model",
"created": 0,
"owned_by": "skulk",
"hugging_face_id": "",
"name": "",
"description": "",
"context_length": 0,
"tags": [
"string"
],
"storage_size_megabytes": 0,
"supports_tensor": false,
"tasks": [
"string"
],
"is_custom": false,
"family": "",
"quantization": "",
"base_model": "",
"capabilities": [
"string"
],
"reasoning": {
"supports_toggle": true,
"supports_budget": true,
"format": "string",
"default_effort": "none",
"disabled_effort": "none"
},
"modalities": {
"supports_audio_input": true,
"supports_native_multimodal": true
},
"tooling": {
"supports_tool_calling": true,
"builtin_tools": [
"string"
],
"tool_call_format": "string"
},
"runtime": {
"prompt_renderer": "string",
"output_parser": "string",
"mtp_sidecar_repo": "string",
"assistant_model_repo": "string",
"served_spec_draft_repo": "string"
},
"resolved_capabilities": {
"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
}
}
]
}