Models API
List models, get details, and query capabilities.
List models
GET
$ GET https://api.alltoken.ai/v1/modelsReturns all available models with pricing, capabilities, and context window size.
Get model details
GET
$ GET https://api.alltoken.ai/v1/models/{model_id}Returns detailed information about a specific model, including available providers, supported parameters, and pricing.