Aurion Docs
Api

Create Llm Configuration

Create new LLM provider configuration.

POST
/api/v1/configuration/llm

Create new LLM provider configuration.

AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/configuration/llm" \  -H "Content-Type: application/json" \  -d '{    "api_key_secret_name": "string",    "model_name": "string",    "provider": "string"  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}