Create a new LLM configuration
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Endpoint URLs, model name, and credentials for the LLM. secret is encrypted at rest and is never returned in subsequent responses. Set llmFormat to match the upstream API's wire protocol.
openai, azure_openai, groq_openai, gemini, advanced_voice, none default, low, medium, high parsed, raw, hidden Successfully created LLM
An LLM configuration a persona can use. Secrets are never returned.
Unique identifier for the LLM configuration.
Human-readable name shown in the Lab.
Free-form description of the LLM configuration.
Wire format used to call the upstream LLM.
openai, azure_openai, groq_openai, gemini, advanced_voice, none Endpoints configured for this LLM.
Upstream model identifier (e.g. gpt-4o).
Sampling temperature applied when calling the LLM.
Maximum tokens generated per response.
Azure OpenAI deployment name. Only used when llmFormat is azure_openai.
Azure OpenAI API version. Only used when llmFormat is azure_openai.
Free-form provider-specific metadata.
Tags used to categorise the LLM in the Lab UI.
Whether this LLM is a built-in default available to every organization.
Whether this LLM is visible to every organization.
Whether this LLM meets the Zero Data Retention requirements.
Reasoning effort hint for models that accept it.
default, low, medium, high Reasoning format hint for models that accept it.
parsed, raw, hidden ID of the organization that created the LLM, or null for global defaults. IDs may be either UUIDs or nanoid-style strings depending on when the organization was created.
Timestamp when the LLM was created.
Timestamp when the LLM was last updated.