Skip to main content
GET
/
api
/
v1
/
providers
/
all
List all provider tables
curl --request GET \
  --url https://api.kupe.in/api/v1/providers/all \
  --header 'x-api-key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://kupe.in/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
default:YOUR_KUPE_API_KEY
required

Kupe dashboard API key for your user.

Response

Object with model_providers, tts_providers, stt_providers, and optionally vad_providers (internal; agent create does not require VAD in the request body).

The response is of type object.