API ReferenceDirectory API
List Models Endpoint (/v1/models)
Programmatically list all available models, context windows, and current token rates via the /v1/models endpoint.
Query the /v1/models endpoint to retrieve an up-to-date catalog of active foundation models, capability flags, and pricing parameters.
cURL List Modelsbash
curl https://api.apihundred.com/v1/models \ -H "Authorization: Bearer $API100_API_KEY"

