Skip to main content
Use the /v3/info endpoints to discover all available expert model features, providers, and models.

Endpoints

EndpointDescription
GET /v3/infoList all features and subfeatures
GET /v3/info/{feature}/{subfeature}Get providers, models, pricing, and schemas for a specific feature

List All Features

curl https://api.edenai.run/v3/info \
  -H "Authorization: Bearer YOUR_API_KEY"

Get Feature Details

Retrieve providers, pricing, and input/output schemas for a specific feature.
curl https://api.edenai.run/v3/info/text/moderation \
  -H "Authorization: Bearer YOUR_API_KEY"

Response Fields

FieldDescription
modelsAvailable providers and model strings
pricingCost per provider
input_schemaParameters accepted by this feature
output_schemaStructure of the response
You can also browse all features and providers visually in the Eden AI model catalog.
Looking for LLMs like GPT-4o or Claude? See List LLM Models for the full list of chat models.