Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancements - Jan 2025 update #3

Merged
merged 13 commits into from
Jan 5, 2025
Merged

Enhancements - Jan 2025 update #3

merged 13 commits into from
Jan 5, 2025

Conversation

techthoughts2
Copy link
Owner

Pull Request

Description

  • Module changes:
    • Added two new properties to all model documentation objects:
      • Image - designates if the model can generate images
      • Video - designates if the model can generate video
      • Vision - re-purposed to now designate if the model can see and describe uploaded content
        • This required some logic re-work in several functions that were previously using Vision to designate image capability
    • Added inference profile ID support to all models IAW Supported cross-region inference profiles
      • pwshBedrock will now properly format the inference profile ID for all models that support which enables the ability to make Bedrock calls to other regions
    • Reset-ModelContext - fixed issue where certain models were missing from validation.
    • Amazon
      • Invoke-AmazonNovaTextModel - added support for new Nova Text models: amazon.nova-pro-v1:0, amazon.nova-lite-v1:0, amazon.nova-micro-v1:0
      • Invoke-AmazonImageModel
        • added support for new Nova image model: amazon.nova-canvas-v1:0
        • fixed bug where files would not always save to drive
        • CfgScale parameter maximum adjusted from 10 to 9.9
    • Meta
      • Removed meta.llama2-13b-chat-v1 and meta.llama2-70b-chat-v1 from all functions as Bedrock has EOL these two models. - Breaking Change
      • Updated Invoke-MetaModel to support new model: meta.llama3-3-70b-instruct-v1:0
    • stability.ai
      • Updated Invoke-StabilityAIImageModel to support new model: stability.sd3-5-large-v1:0
    • Updated pricing for all models
  • Build changes:
    • Updated bootstrap file to latest versions of modules

License

By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.

@techthoughts2 techthoughts2 added bug Something isn't working enhancement New feature or request labels Jan 5, 2025
@techthoughts2 techthoughts2 self-assigned this Jan 5, 2025
@techthoughts2 techthoughts2 merged commit bb104df into main Jan 5, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant