Skip to main content
GET
List AI model input schemas

Authorizations

X-API-ID
string
header
required

API ID, from your settings page.

X-API-KEY
string
header
required

API Key, from your settings page.

Response

200 - application/json
model_name
string
required

The identifier of the model

generation_type
enum<string>
required

The type of AI generation task this model performs.

  • text_to_image - text_to_image
  • image_to_image - image_to_image
  • text_to_video - text_to_video
  • image_to_video - image_to_video
  • text_to_audio - text_to_audio
  • audio_to_audio - audio_to_audio
  • text_to_music - text_to_music
  • video_to_video - video_to_video
  • video_to_image - video_to_image
  • text_to_text - text_to_text
Available options:
text_to_image,
image_to_image,
text_to_video,
image_to_video,
text_to_audio,
audio_to_audio,
text_to_music,
video_to_video,
video_to_image,
text_to_text
input_params_schema
object
required
read-only

The JSON schema describing configurable input parameters for this model.