cURL
curl --request GET \ --url https://api.edenai.run/v3/llm/models
{ "data": [ { "id": "<string>", "created": 123, "owned_by": "<string>", "model_name": "<string>", "object": "model", "context_length": 123, "description": "<string>", "source": "<string>", "capabilities": {}, "pricing": {} } ], "object": "list" }
List available LLM models with extended metadata.
Successful Response
List models response.
List of models
Show child attributes
Object type
"list"
Was this page helpful?