Skip to main content
GET
Get Client Model

Authorizations

Authorization
string
header
required

Your SLNG consumer API key.

Path Parameters

client_model_id
string<uuid>
required

The UUID of the client model to retrieve. A model owned by another organisation returns 404.

Response

The requested client model.

A client model as returned by the API. Credential values are never included; has_api_key, has_vertex_credentials, and has_aws_credentials report whether each secret is stored, and fallbacks lists the configured fallback cascade.

id
string<uuid>
required
org_id
string<uuid>
required
service_type
enum<string>
required

The kind of model: llm, stt, or tts.

Available options:
llm,
stt,
tts
provider
string | null
required

The configured provider. May be a legacy free-form label on records created before the current provider set.

model_lab
string | null
required
url
string | null
required
has_api_key
boolean
required

Whether an upstream API key is stored. The key value is write-only and never returned.

auth_header
string | null
required

The custom credential header name, or null for the default Authorization Bearer scheme. The credential value itself is never returned.

model_name
string
required

The configured alias for the model.

model_id
string | null
required

The upstream provider-facing model id, or null when model_name is sent as-is.

azure_deployment
string | null
required

The configured Azure OpenAI deployment name (Azure only).

api_version
string | null
required

The configured Azure OpenAI API version (Azure only).

has_vertex_credentials
boolean
required

Whether Vertex service-account credentials are stored. The value is write-only and never returned.

has_aws_credentials
boolean
required

Whether AWS SigV4 credentials are stored. The value is write-only and never returned.

vertex_location
string | null
required
vertex_project
string | null
required
languages
string[]
required
regions
string[] | null
required
enabled
boolean
required
kwargs
Kwargs · object | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
api_key_id
string<uuid> | null

Speech BYOK only: the API key id this credential is scoped to, or null for the organisation default. Non-secret.

fallbacks
LlmRouterConfigEntry · object[] | null