본문으로 건너뛰기

LLMModelResponse

LLMModel API response. Never carries api_key.

idId (string)필수

Server-assigned unique identifier

nameName (string)필수

Resource name

alias object

URL-safe short handle

하나 이상(anyOf)
string
categoryCategory (string)필수

Resource type tag

typeType (string)필수

Model placement: internal is hosted in D.Hub; external uses a registered endpoint.

Possible values: [internal, external]

collection_id object

Parent collection ID

하나 이상(anyOf)
string
folder_id object

Identifier of the containing folder.

하나 이상(anyOf)
string
tags object

Classification labels

하나 이상(anyOf)
  • Array [
  • string
  • ]
  • description object

    Resource description

    하나 이상(anyOf)
    string
    markingsstring[]

    Mandatory marking ids this resource requires; read-only — set via the marking guard endpoints, not Create/PATCH.

    기본값: []
    created_at object

    Creation timestamp (Unix ms)

    하나 이상(anyOf)
    integer
    updated_at object

    Last update timestamp (Unix ms)

    하나 이상(anyOf)
    integer
    owners object[]

    Users and groups that own the resource.

  • Array [
  • idId (string)필수

    "user." | "group." | "public.all"

    typeType (string)필수

    Possible values: [user, group, public]

    display_nameDisplay Name (string)필수
    avatar_url object
    하나 이상(anyOf)
    string
    avatar_config object
    하나 이상(anyOf)
    object
    email object
    하나 이상(anyOf)
    string<email>
  • ]
  • my_share_scope object

    How the current caller received access to the resource.

    하나 이상(anyOf)
    string

    Possible values: [owner, grant, admin]

    providerProvider (string)필수

    Provider identifier used by this model.

    label object
    하나 이상(anyOf)
    string
    hint_i18n_key object
    하나 이상(anyOf)
    string
    model object

    Model identifier sent to the provider, or null when the provider does not require one.

    하나 이상(anyOf)
    string
    context_window object

    Maximum model context size in tokens, or null when unknown.

    하나 이상(anyOf)
    integer
    deployment object
    하나 이상(anyOf)
    imageImage (string)필수

    Fully qualified container image reference for the model server.

    command object

    Optional container entrypoint override.

    하나 이상(anyOf)
  • Array [
  • string
  • ]
  • options object

    Runtime options converted to command-line flags when the model starts.

    property name* object
    하나 이상(anyOf)
    string
    args object

    Additional command-line arguments appended after rendered runtime options.

    하나 이상(anyOf)
  • Array [
  • string
  • ]
  • portPort (integer)
    기본값: 8080
    cpu object

    Requested CPU amount, such as 500m.

    하나 이상(anyOf)
    string
    memory object

    Requested memory amount, such as 2Gi.

    하나 이상(anyOf)
    string
    gpu object

    GPU count request

    하나 이상(anyOf)
    integer
    replicasReplicas (integer)
    기본값: 1
    health_pathHealth Path (string)
    기본값: /healthz
    env object

    Non-secret environment variables passed to the model container.

    property name*string
    node_selector object
    property name*string
    base_url object
    하나 이상(anyOf)
    string
    temperature object
    하나 이상(anyOf)
    number
    max_tokens object
    하나 이상(anyOf)
    integer
    max_retries object
    하나 이상(anyOf)
    integer
    request_timeout object
    하나 이상(anyOf)
    number
    streaming object
    하나 이상(anyOf)
    boolean
    model_kwargs object
    하나 이상(anyOf)
    object
    reasoning object

    Reasoning-effort capability effective for this model, including the supported levels and default.

    하나 이상(anyOf)
    supportedSupported (boolean)
    기본값: false
    levelsstring[]

    Possible values: [low, medium, high, xhigh]

    default object
    하나 이상(anyOf)
    string

    Possible values: [low, medium, high, xhigh]

    has_api_keyHas Api Key (boolean)

    Whether an API key is configured. The key value is never returned.

    기본값: false
    itemItem (string)필수사용 중단
    LLMModelResponse
    {
    "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
    }