All models
See the code
Google / Model reference
Nano Banana 2
Google model available through the Celeste SDK. Explore its supported operations and parameters.
Model ID
gemini-3.1-flash-image-previewWhat it can do.
celeste.images.generateGenerate imagesceleste.images.editTransform an imageParameters.
Supported controls from Celeste’s model registry. Values and availability differ between models.
| Parameter | Accepted values |
|---|---|
aspect_ratio | 1:12:33:23:44:34:55:49:1616:921:9 |
quality | 1K2K4K |
reference_images | Image artifacts |
Start with a few lines
Put it to work.
Use your provider credentials. Call the model through the SDK and build around its output.
import celesteresponse = await celeste.images.generate( model="gemini-3.1-flash-image-preview", prompt="A quiet observatory on a volcanic coast at dawn."
)image = response.contentThis example uses images.generate. Explore the quickstart for installation and authentication.