Skip to content

Commit 9c269ba

Browse files
committed
added support for Invoke-AmazonNovaTextModel new Nova text models
1 parent 3458c12 commit 9c269ba

38 files changed

+4788
-27
lines changed

docs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.2.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.40.0]
9+
10+
- Module changes:
11+
- Added two new properties to all model documentation objects:
12+
- `Image` - designates if the model can generate images
13+
- `Video` - designates if the model can generate video
14+
- `Vision` - re-purposed to now designate if the model can see and describe uploaded content
15+
- This required some logic re-work in several functions that were previously using `Vision` to designate image capability
16+
- Amazon
17+
- `Invoke-AmazonNovaTextModel` - added support for new Nova Text models: `amazon.nova-pro-v1:0`, `amazon.nova-lite-v1:0`, `amazon.nova-micro-v1:0`
18+
819
## [0.33.0] - **BREAKING CHANGES**
920

1021
- Module changes:

0 commit comments

Comments
 (0)