Back
AI summary
Written by AI from the official notes. Check them for exact details.The Models API now includes model capability fields for better understanding of model features.
- New fields added: max_input_tokens, max_tokens, and capabilities object.
- Query API for detailed model support information.
- Improves user experience in selecting models.
Why it matters: Developers and users of the Models API should utilize these fields to make informed decisions about model selection.
Full release notes
- We've added model capability fields to the Models API.
GET /v1/modelsandGET /v1/models/{model_id}now returnmax_input_tokens,max_tokens, and acapabilitiesobject. Query the API to discover what each model supports.