Model Selection
The Model Plaza lists all models you can currently call. Before integrating, confirm the call name and the input types the model supports; do not assemble the model field from display names.
Finding a Model
- Open the Model Plaza.
- Type a model name in the search box, or filter by input type, vendor, and model family.
- Open the model detail page to see the call name, input capabilities, pricing, and supported API formats.
- Copy the call name from the detail page into your request's
modelfield.
How to Choose
- Text chat: pick a model that supports text input.
- Image understanding: pick a multimodal model that explicitly supports image input.
- Image or video generation: choose by the capabilities and limits noted on the model detail page.
- Already using a vendor SDK: prefer the compatible API noted on the model detail page.
Model Catalog API
To fetch call names and capability lists programmatically, call the model list API (returns public models without auth; filters by organization permissions when an API key is provided):
Models and pricing change over time — the Model Plaza and API responses are always authoritative.