For the complete documentation index, see llms.txt. This page is also available as Markdown.

List Providers

List Providers

get

Returns the list of providers (e.g. OpenAI, Anthropic, Google AI Studio) available through FastRouter, with their machine-readable provider_id and human-readable label.

Use the returned provider_id values with the provider.only / provider.order fields in chat/completions and other endpoints.

Responses
200

List of providers

application/json
get/api/v1/providers

Last updated