Documentation Index
Fetch the complete documentation index at: https://mintlify.com/everruns/everruns/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/llm-providers//sync-models
Discover available models from a provider’s API and sync them to your organization.Path Parameters
UUID of the provider
Response (Success)
Always
"success" when models are syncedNumber of new models created
Number of existing models updated
Number of models marked as stale
Response (Not Supported)
Returns
"not_supported" if provider doesn’t support model listingExample Request
Example Response (Success)
Example Response (Not Supported)
Providers with custom base URLs or those that don’t support model listing return
not_supported. In this case, you can manually add models using POST /v1/llm-providers/{id}/models.