Update an LLM Configpatch {protocol}://{base-url}/ai/api/v1/config/llm/{llm_config_id}Update an LLM Config.Path Paramsllm_config_idstringrequiredThe ID of the LLM Config to use.Body ParamsRequest schema for updating an existing LLM configuration. Note: Only user-created configs can be updated, not system defaults.namestringnulllength ≥ 2New display name for the LLM configuration.providerLLMProvider | nullNew provider for the LLM.provider LLMProvider | nullconfig_schemaobject | nullThe extra config jsonschema for the LLM.Config Schema object | nullllm_credentials_idstringnullID of the LLM provider credentials.model_namestringnulllength ≥ 1The specific model name/ID to use with the provider.is_embeddingbooleannullWhether this is an embedding model config.truefalseembedding_dimensionsintegernull≤ 1536Output vector dimensions for embedding models.Responses 200Successful Response 401Authentication required. No valid session cookie or bearer token provided, or authentication failed. 404Resource not found. The detail field specifies which resource. 422Validation Error 500Internal server error during request processing.Updated 3 days ago Create an LLM ConfigDelete an LLM ConfigDid this page help you?YesNo