Skip to main content
POST
Create Llm Config

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Body

application/json
name
string
required
config
Azure OpenAI · object
required
description
string | null
is_default
boolean
default:false
override_default
boolean
default:false

Response

Successful Response

llm_config
LLMConfigModel · object
required

Stores a named, reusable LLM configuration that lives independently of workflows and nodes. A workflow or node attaches it via attachable_llm_config_id (which holds this model's llm_config_id) and the concrete config is resolved into the workflow at hydration time.