Getting started

Models

List available models and choose the right one for each action.

Listing models

GET /v1/models returns the catalog. Filter by kind (image, video, audio) to narrow it down.

curl "https://api.dreamward.ai/v1/models?kind=image" \
  -H "Authorization: Bearer $DREAMWARD_API_KEY"

Model object

FieldTypeDescription
idstringModel identifier used in the model field, e.g. nano-banana-2.
namestringHuman-readable name.
kindstringimage | video | audio.
unitstringBilling unit: image, second or char.
pricesobjectCredits per unit, keyed by variant ('default' plus quality variants).
capabilitiesobjectSupported ratios, durations, qualities, input slots.
min_planstringLowest plan tier that can use the model.

Auto model

Pass "auto" as the model to let the API pick a sensible default for the action. The chosen model is echoed back on the returned job.