GET
/
api
/
v1
/
llm-configs
Get LLM configs
curl --request GET \
  --url https://prod.featherhq.com/api/v1/llm-configs \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "provider": "OPENAI",
    "model": "<string>",
    "additionalConfig": {}
  }
]

Authorizations

X-API-Key
string
header
required

Response

200
application/json

List of available LLM configurations

The response is of type object[].