Skip to main content
GET
Get Default Llm Config

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

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.