List Image Models
Endpoint Examples
List Image Models
List image models for NanoGPT’s dedicated Image API
GET
List Image Models
Overview
UseGET /api/v1/images/models to discover image models for the dedicated Image API. The response includes model IDs, capabilities, supported parameters, streaming support, and a model-specific endpoint metadata URL.
Model availability and supported parameters can change. Build clients from the returned metadata instead of hardcoding model capability tables.
Authentication
Authentication is optional.Authorization: Bearer YOUR_API_KEYx-api-key: YOUR_API_KEY
Response
Fields
Example
Notes
supported_parametersvaries by model.- Model IDs may contain slashes. Prefer the returned
endpointsURL when fetching endpoint metadata. - Use this endpoint with Get Image Model Endpoints before sending generation requests.