A valid request URL is required to generate request examples
{ "models": [ { "id": "<string>", "display_name": "<string>", "detected_type": "chat", "capabilities": [ "<string>" ] } ], "provider": "<string>", "error": "<string>" }
Returns available models from the provider API for a given connection. Each model includes auto-detected type and capabilities.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Provider model list (may include error field on failure)
Show child attributes
Error message if model listing failed