List Models
Fetch all models your API key has access to. Apply query parameters to filter and sort the results.GET /v1/models
string
Comma-separated list of modalities to filter by. Accepted values:
text, image, audio, embeddings, all. Example: output_modalities=image returns only image-generation models.string
Filter to models that support a specific API parameter. For example, pass
tools to return only tool-calling capable models.string
Sort order for the returned list. Accepted values:
pricing-low-to-high— cheapest models firstpricing-high-to-low— most expensive models firstcontext-high-to-low— largest context window firstthroughput-high-to-low— highest throughput firstlatency-low-to-high— lowest latency firstnewest— most recently added firstmost-popular— most used models first
integer
Number of results to skip for pagination. Defaults to
0.integer
Maximum number of results to return. Defaults to
100, maximum 1000.Retrieve a Single Model
Fetch the full metadata object for one specific model by its ID.GET /v1/models/{id}
Model Object Schema
Every model object returned by the API contains the following fields.Example model object
Example model object
Browse the full model catalog visually, compare specs side-by-side, and filter by category at meliai.ai/hub — no API key required.