diff --git a/packages/docs/src/content/docs/components/image/configuration.mdx b/packages/docs/src/content/docs/components/image/configuration.mdx
index a34b48e3..c7c10b27 100644
--- a/packages/docs/src/content/docs/components/image/configuration.mdx
+++ b/packages/docs/src/content/docs/components/image/configuration.mdx
@@ -165,7 +165,7 @@ right inside of Svelte.
),
},
{
- prop: 'fillBackground (Beta)',
+ prop: 'fillBackground',
type: 'boolean | object',
default: '-',
example: () => {`{{ gravity: 'east' }}`},
@@ -445,10 +445,6 @@ crop={{
#### `enhance`
-:::tip
-Generative Enhance is currently in beta.
-:::
-
Uses generative AI to enhance the visual appeal of an image.
The `enhance` prop can be used as a boolean.
@@ -463,10 +459,6 @@ enhance;
#### `fillBackground`
-:::tip
-Generative Fill is currently in beta.
-:::
-
Automatically fills the padded area using generative AI to extend the image seamlessly.
The `fillBackground` prop can either be a boolean, which will use a set of safe defaults to produce
@@ -552,10 +544,6 @@ loop;
#### `recolor`
-:::tip
-Generative Recolor is currently in beta.
-:::
-
Uses generative AI to recolor parts of your image, maintaining the relative shading.
The `recolor` prop can either be an array with the objects to be replaced or an object
@@ -621,10 +609,6 @@ recolor={{
#### `remove`
-:::tip
-Generative Remove is currently in beta.
-:::
-
Uses generative AI to remove unwanted parts of your image, replacing the area with realistic pixels.
The `remove` prop can either be a string, an array, or an object with the following options:
@@ -735,10 +719,6 @@ removeBackground;
#### `replace`
-:::tip
-Generative Replace is currently in beta.
-:::
-
Uses generative AI to replace parts of your image with something else.
The `replace` prop can either be an array with the objects to be replaced or an object
@@ -800,10 +780,6 @@ replace={{
#### `replaceBackground`
-:::tip
-Generative Replace Background is currently in beta.
-:::
-
Uses generative AI to replace the background of your image.
The `replaceBackground` prop can be a boolean, string, or object
@@ -865,10 +841,6 @@ replaceBackground={{
#### `restore`
-:::tip
-Generative Restore is currently in beta.
-:::
-
Uses generative AI to restore details in poor quality images or images that may have become degraded through repeated processing and compression.
The `restore` prop can be used as a boolean.
diff --git a/packages/docs/src/content/docs/components/image/examples.mdx b/packages/docs/src/content/docs/components/image/examples.mdx
index 8ad9391f..d39c3780 100644
--- a/packages/docs/src/content/docs/components/image/examples.mdx
+++ b/packages/docs/src/content/docs/components/image/examples.mdx
@@ -254,10 +254,6 @@ You can also use coordinates to crop to the exact location you need:
/>
```
-:::note
-The extract transformation is currently in Beta. [Learn more](https://cloudinary.com/documentation/transformation_reference#e_extract).
-:::
-
### Generative Fill
`fillBackground`: Fills the background of an image using Generative AI
@@ -288,10 +284,6 @@ The extract transformation is currently in Beta. [Learn more](https://cloudinary
/>
```
-:::note
-The generative fill transformation is currently in Beta. Learn more.
-:::
-
### Generative Recolor
`recolor`: Recolors an object in an image using Generative AI
@@ -322,10 +314,6 @@ The generative fill transformation is currently in Beta. Learn more.
-:::
-
### Generative Remove
`remove`: Removes an object in an image using Generative AI
@@ -356,10 +344,6 @@ The generative replace transformation is currently in Beta. Learn more.
-:::
-
### Generative Replace
`replace`: Replaces an object in an image using Generative AI
@@ -390,10 +374,6 @@ The generative replace transformation is currently in Beta. Learn more.
-:::
-
### Generative Restore
`restore`: Restores an image using Generative AI.
@@ -437,10 +417,6 @@ After:
/>
```
-:::note
-The generative restore transformation is currently in Beta. Learn more.
-:::
-
### Generative Replace Background
Uses generative AI to replace the background of your image. It can either generate a background for you based on context, or take in a prompt.
@@ -535,10 +511,6 @@ You can also pass in a seed to the prompt:
/>
```
-:::note
-The generative replace background transformation is currently in Beta. [Learn more](https://cloudinary.com/documentation/transformation_reference#e_gen_background_replace).
-:::
-
## Filters & Effects
Included in the Cloudinary transformations library are different filters and effects
diff --git a/packages/docs/src/content/docs/helpers/getcldimageurl/configuration.mdx b/packages/docs/src/content/docs/helpers/getcldimageurl/configuration.mdx
index 94742d8b..ab5dc20a 100644
--- a/packages/docs/src/content/docs/helpers/getcldimageurl/configuration.mdx
+++ b/packages/docs/src/content/docs/helpers/getcldimageurl/configuration.mdx
@@ -136,7 +136,7 @@ right inside of Svelte.
),
},
{
- prop: 'fillBackground (Beta)',
+ prop: 'fillBackground',
type: 'boolean | object',
default: '-',
example: () => {`{{ gravity: 'east' }}`},
@@ -416,10 +416,6 @@ crop: {
#### `enhance`
-:::tip
-Generative Enhance is currently in beta.
-:::
-
Uses generative AI to enhance the visual appeal of an image.
The `enhance` prop can be used as a boolean.
@@ -434,10 +430,6 @@ enhance: true;
#### `fillBackground`
-:::tip
-Generative Fill is currently in beta.
-:::
-
Automatically fills the padded area using generative AI to extend the image seamlessly.
The `fillBackground` prop can either be a boolean, which will use a set of safe defaults to produce
@@ -523,10 +515,6 @@ loop: true;
#### `recolor`
-:::tip
-Generative Recolor is currently in beta.
-:::
-
Uses generative AI to recolor parts of your image, maintaining the relative shading.
The `recolor` prop can either be an array with the objects to be replaced or an object
@@ -592,10 +580,6 @@ recolor: {
#### `remove`
-:::tip
-Generative Remove is currently in beta.
-:::
-
Uses generative AI to remove unwanted parts of your image, replacing the area with realistic pixels.
The `remove` prop can either be a string, an array, or an object with the following options:
@@ -706,10 +690,6 @@ removeBackground: true;
#### `replace`
-:::tip
-Generative Replace is currently in beta.
-:::
-
Uses generative AI to replace parts of your image with something else.
The `replace` prop can either be an array with the objects to be replaced or an object
@@ -771,10 +751,6 @@ replace: {
#### `replaceBackground`
-:::tip
-Generative Replace Background is currently in beta.
-:::
-
Uses generative AI to replace the background of your image.
The `replaceBackground` prop can be a boolean, string, or object
@@ -836,10 +812,6 @@ replaceBackground: {
#### `restore`
-:::tip
-Generative Restore is currently in beta.
-:::
-
Uses generative AI to restore details in poor quality images or images that may have become degraded through repeated processing and compression.
The `restore` prop can be used as a boolean.