LLMModelResponse
LLMModel API response. Never carries api_key.
Server-assigned unique identifier
Resource name
alias object
URL-safe short handle
- string
- null
Resource type tag
Model placement: internal is hosted in D.Hub; external uses a registered endpoint.
Possible values: [internal, external]
collection_id object
Parent collection ID
- string
- null
folder_id object
Identifier of the containing folder.
- string
- null
tags object
Classification labels
- string[]
- null
description object
Resource description
- string
- null
Mandatory marking ids this resource requires; read-only — set via the marking guard endpoints, not Create/PATCH.
[]created_at object
Creation timestamp (Unix ms)
- integer
- null
updated_at object
Last update timestamp (Unix ms)
- integer
- null
owners object[]
Users and groups that own the resource.
"user.
Possible values: [user, group, public]
avatar_url object
- string
- null
avatar_config object
- object
- null
email object
- string<email>
- null
my_share_scope object
How the current caller received access to the resource.
- string
- null
Possible values: [owner, grant, admin]
Provider identifier used by this model.
label object
- string
- null
hint_i18n_key object
- string
- null
model object
Model identifier sent to the provider, or null when the provider does not require one.
- string
- null
context_window object
Maximum model context size in tokens, or null when unknown.
- integer
- null
deployment object
- LLMModelDeployment
- null
Fully qualified container image reference for the model server.
command object
Optional container entrypoint override.
- string[]
- null
options object
Runtime options converted to command-line flags when the model starts.
property name* object
- string
- integer
- number
- boolean
- null
args object
Additional command-line arguments appended after rendered runtime options.
- string[]
- null
8080cpu object
Requested CPU amount, such as 500m.
- string
- null
memory object
Requested memory amount, such as 2Gi.
- string
- null
gpu object
GPU count request
- integer
- null
1/healthzenv object
Non-secret environment variables passed to the model container.
node_selector object
base_url object
- string
- null
temperature object
- number
- null
max_tokens object
- integer
- null
max_retries object
- integer
- null
request_timeout object
- number
- null
streaming object
- boolean
- null
model_kwargs object
- object
- null
reasoning object
Reasoning-effort capability effective for this model, including the supported levels and default.
- LLMReasoningCapability
- null
falsePossible values: [low, medium, high, xhigh]
default object
- string
- null
Possible values: [low, medium, high, xhigh]
Whether an API key is configured. The key value is never returned.
false{
"id": "string",
"name": "string",
"alias": "string",
"category": "string",
"type": "internal",
"collection_id": "string",
"folder_id": "string",
"tags": [
"string"
],
"description": "string",
"markings": [
"string"
],
"created_at": 0,
"updated_at": 0,
"owners": [
{
"id": "string",
"type": "user",
"display_name": "string",
"avatar_url": "string",
"avatar_config": {},
"email": "user@example.com"
}
],
"my_share_scope": "owner",
"provider": "string",
"label": "string",
"hint_i18n_key": "string",
"model": "string",
"context_window": 0,
"deployment": {
"image": "string",
"command": [
"string"
],
"options": {},
"args": [
"string"
],
"port": 8080,
"cpu": "string",
"memory": "string",
"gpu": 0,
"replicas": 1,
"health_path": "/healthz",
"env": {},
"node_selector": {}
},
"base_url": "string",
"temperature": 0,
"max_tokens": 0,
"max_retries": 0,
"request_timeout": 0,
"streaming": true,
"model_kwargs": {},
"reasoning": {
"supported": false,
"levels": [
"low"
],
"default": "low"
},
"has_api_key": false
}