cURL
curl --request GET \ --url https://api.edenai.run/v3/embeddings/models
{ "data": [ { "id": "<string>", "created": 123, "owned_by": "<string>", "model_name": "<string>", "object": "model", "context_length": 123, "description": "<string>", "source": "<string>", "capabilities": {}, "pricing": {}, "regions": [ { "code": "<string>", "name": "<string>" } ] } ], "object": "list" }
List available embeddings models.
Documentation IndexFetch the complete documentation index at: https://www.edenai.co/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://www.edenai.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
List models response.
List of models
Show child attributes
Object type
"list"
Was this page helpful?
Contact support