Skip to main content
GET
/
v1
/
system
/
llm-providers
List Supported Providers
curl --request GET \
  --url https://api.letpiper.com/v1/system/llm-providers \
  --header 'Authorization: Bearer <token>'
[
  {
    "provider": "openai",
    "label": "<string>",
    "default_model": "<string>",
    "requires_api_key": true
  }
]

Authorizations

Authorization
string
header
required

Platform token (starts with pat_)

Response

200 - application/json

Successful Response

provider
enum<string>
required

Supported LLM providers.

Available options:
openai,
anthropic,
azure_openai,
bedrock,
vertex_ai,
groq,
google,
together,
cerebras,
fireworks,
piper
label
string
required
default_model
string
required
requires_api_key
boolean
default:true