@runpod/ai-sdk-provider 0.9.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @runpod/ai-sdk-provider
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - b8cb204: Add support for Pruna and Nano Banana Pro image models:
8
+ - `pruna/p-image-t2i` - Pruna text-to-image generation
9
+ - `pruna/p-image-edit` - Pruna image editing
10
+ - `google/nano-banana-pro-edit` - Nano Banana Pro image editing (Gemini-powered)
11
+
12
+ These models support flexible aspect ratios and additional provider options like `aspect_ratio`, `resolution`, `enable_sync_mode`, and `enable_base64_output`.
13
+
14
+ ## 0.10.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 3ca13ef: Add support for deepcogito/cogito-671b-v2.1-fp8 model. Users can now use either `deepcogito/cogito-671b-v2.1-fp8` (lowercase) or `deepcogito/cogito-671b-v2.1-FP8` (uppercase) - both will work correctly. The model supports text generation, streaming, object generation, and tool calling.
19
+
3
20
  ## 0.9.0
4
21
 
5
22
  ### Minor Changes