Explore the API
Use V3’s built-in API discovery endpoints to programmatically explore available features, providers, and schemas.Overview
V3 provides/v3/info endpoints that let you discover:
- Available features and subfeatures
- Supported providers for each feature
- Input/output schemas
- Model capabilities
List All Features
Get a complete list of available features:Explore a Specific Feature
Get details about a feature category:Get Feature Details
Retrieve complete information about a specific feature:Response Example
Check Provider Availability
See which providers support a specific feature:Validate Model Strings
Check if a model string is valid before making a request:Build Dynamic UIs
Use discovery to build dynamic feature selection:Cache Discovery Results
Cache API info to reduce requests:Next Steps
- Universal AI Getting Started - Use discovered features
- Chat Completions Guide - LLM endpoint