cURL
curl --request GET \ --url https://api.example.com/api/llm/models/verified \ --header 'X-Session-API-Key: <api-key>'
{ "models": {} }
List all verified LLM models organized by provider.
Verified models are those that have been tested and confirmed to work well with OpenHands.
Successful Response
Response containing verified models organized by provider.
Show child attributes
Was this page helpful?