Skip to content
FLORA DocsGo to app

Models

Model catalog endpoints.

ModelsExpand Collapse
ModelListResponse object { models }
models: array of object { capabilities, estimated_credits, estimated_seconds, 6 more }
capabilities: array of string

Model capabilities

estimated_credits: number

Estimated credits

minimum0
estimated_seconds: number

Estimated seconds

minimum0
model_id: string

Model identifier

minLength1
name: string

Model name

params: array of object { name, required, type, 7 more }

Supported generation parameters for this model

name: string

Parameter name to pass in generation params

required: boolean

Whether the model requires this parameter

type: "string" or "string[]" or "bool" or 5 more

Parameter value type

One of the following:
"string"
"string[]"
"bool"
"int"
"int?"
"seed"
"float"
"dict"
default: optional unknown

Default parameter value

description: optional string

Parameter help text

label: optional string

Human-readable parameter label

max: optional number

Maximum numeric value

min: optional number

Minimum numeric value

options: optional array of object { label, value, description }

Allowed values for enum-like parameters

label: string

Displayed option label

value: string

Option value to pass in generation params

description: optional string

Option description

properties: optional map[object { default, max, min } ]

Nested numeric properties for object parameters

default: number
max: number
min: number
provider: string

Model provider

type: "image" or "video" or "audio" or "text"

Model type

One of the following:
"image"
"video"
"audio"
"text"
beta: optional boolean

Whether this model is in beta