LLM Gateway
Create new LLM provider
Create a new LLM provider with credentials and models
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request body for creating an LLM provider
Name of the LLM provider
Example:
"OpenAI"
List of credentials for the provider
List of models supported by this provider
Custom API base URL. Required for some providers (e.g., Databricks), optional for others (e.g., Bedrock VPC endpoints). Must use HTTPS.
Maximum string length:
512Example:
"https://adb-xxx.azuredatabricks.net/serving-endpoints"
Response
LLM provider created successfully