Create a new LLM provider with credentials and models
Documentation Index
Fetch the complete documentation index at: https://handbook.fiddler.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for creating an LLM provider
Name of the LLM provider
"OpenAI"
List of credentials for the provider
List of models supported by this provider
Custom API base URL. Required for providers with customer-specific endpoints (e.g., Databricks workspace URL). Must use HTTPS.
512"https://adb-xxx.azuredatabricks.net/serving-endpoints"
LLM provider created successfully