Skip to main content
GET
/
providers
List providers
curl --request GET \
  --url http://localhost:{port}/providers
{
  "all": [
    {
      "id": "<string>",
      "models": {}
    }
  ],
  "connected": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://thebettercontextapp-davis-npm-resource-on-web.mintlify.app/llms.txt

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

Shows supported providers and which ones are connected.

Response

200 - application/json

Supported and connected providers

all
object[]
required
connected
string[]
required