You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(image-models): add pruna and nano banana pro image models (#34)
* feat(image-models): add pruna and nano banana pro image models
- add pruna/p-image-t2i text-to-image model
- add pruna/p-image-edit image editing model
- add google/nano-banana-pro-edit image editing model
- update buildInputPayload to handle pruna and nano banana pro formats
- update README with new model capabilities and provider options
* chore: add changeset for pruna and nano banana pro models
-`google/nano-banana-pro-edit` - Nano Banana Pro image editing (Gemini-powered)
9
+
10
+
These models support flexible aspect ratios and additional provider options like `aspect_ratio`, `resolution`, `enable_sync_mode`, and `enable_base64_output`.
|`qwen/qwen3-32b-awq`| 32B parameter multilingual model with strong reasoning capabilities | ✅ | ❌ | ✅ | Standard reasoning events |
112
+
|`openai/gpt-oss-120b`| 120B parameter open-source GPT model | ✅ | ❌ | ✅ | Standard reasoning events |
113
+
|`deepcogito/cogito-671b-v2.1-fp8`| 671B parameter Cogito model with FP8 quantization | ✅ | ❌ | ✅ | Standard reasoning events |
114
114
115
115
**Note:** This list is not complete. For a full list of all available models, see the [Runpod Public Endpoint Reference](https://docs.runpod.io/hub/public-endpoint-reference).
|`pruna/p-image-edit`| Pruna image editing | match_input_image, 1:1, 16:9, etc. |
238
241
239
242
**Note**: The provider uses strict validation for image parameters. Unsupported aspect ratios (like `16:9`, `9:16`, `3:2`, `2:3`) will throw an `InvalidArgumentError` with a clear message about supported alternatives.
Check out our [examples](https://github.com/runpod/examples/tree/main/ai-sdk/getting-started) for more code snippets on how to use all the different models.
0 commit comments