v6

latestOpenAPI 3.1.02026-08-04135335658.3 KB
LLM Configs

Create Llm Config

Endpoint to create a new LLM configuration.

post/workflows/v1/llm-configs

Request body

namestring required
descriptionstring nullable
is_defaultboolean
override_defaultboolean

Response

Successful Response

Example response

{
  "llm_config": {
    "_id": "5eb7cf5a86d9755df3a6c593"
  }
}