Create an LLM Configpost {protocol}://{base-url}/ai/api/v1/config/llmCreate an LLM Config.Body ParamsRequest schema for creating a new LLM configuration. For BYOM (Bring Your Own Model) configurations, provide auth_config_id and model_name. The auth_config must have purpose=BYO_LLM_PROVIDER and appropriate credentials.namestringrequiredlength ≥ 2Display name for the new LLM configuration.providerstringenumrequiredThe provider that hosts this LLM (e.g. OPENAI, BEDROCK).openaianthropicazure_openaigooglebedrockbedrock_us-west-2bedrock_us-west-1bedrock_us-east-1bedrock_us-east-2bedrock_eu-west-1bedrock_eu-central-1bedrock_ca-central-1bedrock_ap-southeast-1bedrock_ap-southeast-2bedrock_ap-northeast-1bedrock_ap-south-1Show 16 enum valuesconfig_schemaobject | nullThe extra config jsonschema for the LLM.Config Schema object | nullllm_credentials_idstringnullID of the LLM provider credentials. Required for BYOM configurations. The auth config must have purpose=BYO_LLM_PROVIDER.model_namestringnulllength ≥ 1The specific model name/ID to use with the provider. Required for BYOM configurations. Examples: 'gpt-4o', 'claude-3-opus-20240229'.is_embeddingbooleanDefaults to falseWhether this is an embedding model config.truefalseembedding_dimensionsintegernull≤ 1536Output vector dimensions. Required when is_embedding=True.Responses 201Successful Response 401Authentication required. No valid session cookie or bearer token provided, or authentication failed. 422Validation Error 500Internal server error during request processing.Updated 3 days ago Get a default Tool ConfigUpdate an LLM ConfigDid this page help you?YesNo