v5

OpenAPI 3.1.02026-07-31129337684.6 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"
  }
}