Models

Get Image Model by Name

Get detailed information about a specific image generation model.

get/models/image/{model_name}

Path parameters

model_namestring required

Headers

authorizationstring nullable
x_session_tokenstring nullable

Response

Successful Response

namestring required

Name of the model

providerstring required

Provider of the model

model_typestring required

Type of model: 'image'

context_limitinteger required

Maximum context window size in tokens

max_output_tokensinteger nullable

Maximum number of output tokens

api_modestring nullable

API mode/routing hint for this image model

supports_visionboolean nullable

Whether the model accepts image input

supports_image_outputboolean nullable

Whether the model can generate images

supports_toolsboolean nullable

Whether the model supports tool/function calling

image_input_cost_per_1m_tokensnumber nullable

Image input cost per 1M tokens (USD)

input_cost_per_1m_tokensnumber nullable

Text input cost per 1M tokens (USD)

cached_input_cost_per_1m_tokensnumber nullable

Cached text input cost per 1M tokens (USD)

cache_write_input_cost_per_1m_tokensnumber nullable

Cache-write text input cost per 1M tokens (USD)

output_cost_per_1m_tokensnumber nullable

Text output cost per 1M tokens (USD)

image_output_cost_per_1m_tokensnumber nullable

Image output cost per 1M tokens (USD)

cost_per_imagenumber nullable

Flat cost per generated image (USD)

last_updatedstring date-time nullable

Last time the model was updated

Changes