Skip to main content
Version: 2.0

Discover LLMs

POST 

/v2/llms/discover

Probes an external LLM provider endpoint and returns the model configurations most likely to work. The provider type and API dialect are inferred from the credential and the URI when type is omitted.

Nothing is persisted. Combine a returned candidate with a name and the credential you supplied here and submit it to POST /v2/llms.

Discovery live-tests at most three models per detected endpoint — with both OpenAI dialects probed, at most six upstream generation calls — and returns every usable model the endpoint advertises.

Request

Responses

The discovered LLM configurations.