/v3/info endpoints to discover all available expert model features, providers, and models.
Endpoints
| Endpoint | Description |
|---|---|
GET /v3/info | List all features and subfeatures |
GET /v3/info/{feature}/{subfeature} | Get providers, models, pricing, and schemas for a specific feature |
List All Features
Get Feature Details
Retrieve providers, pricing, and input/output schemas for a specific feature.Response Fields
| Field | Description |
|---|---|
models | Available providers and model strings |
pricing | Cost per provider |
input_schema | Parameters accepted by this feature |
output_schema | Structure of the response |
Looking for LLMs like GPT-4o or Claude? See List LLM Models for the full list of chat models.