Get Client Model
Return one client model owned by your organisation, including its fallback cascade. A model owned by another organisation returns 404. Credential values are never returned; the has_api_key, has_vertex_credentials, and has_aws_credentials flags report whether each secret is stored.
Authorizations
Your SLNG consumer API key.
Path Parameters
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.
The kind of model: llm, stt, or tts.
llm, stt, tts The configured provider. May be a legacy free-form label on records created before the current provider set.
Whether an upstream API key is stored. The key value is write-only and never returned.
The custom credential header name, or null for the default Authorization Bearer scheme. The credential value itself is never returned.
The configured alias for the model.
The upstream provider-facing model id, or null when model_name is sent as-is.
The configured Azure OpenAI deployment name (Azure only).
The configured Azure OpenAI API version (Azure only).
Whether Vertex service-account credentials are stored. The value is write-only and never returned.
Whether AWS SigV4 credentials are stored. The value is write-only and never returned.
Speech BYOK only: the API key id this credential is scoped to, or null for the organisation default. Non-secret.