cURL
curl --request GET \ --url https://prod.featherhq.com/api/v1/llm-configs \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "description": "<string>", "provider": "OPENAI", "model": "<string>", "additionalConfig": {} } ]
Get all available LLM configurations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of available LLM configurations
OPENAI
GOOGLE
AMAZON
ANTHROPIC
META
Show child attributes