Models
List models
List all available AI models with their capabilities and pricing
get/models
Response
Successful response
Example response
{
"data": [
{
"id": "gpt-4",
"owned_by": "openai",
"display_name": "GPT-4",
"pricing": {
"currency": "USD"
}
}
]
}