feat: add page for Gemini model provider documentation #264
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added documentation for Google Gemini model integration (Commit), keeping it consistent with the other model provider documentations.
Type of Change
Motivation and Context
The Gemini model support was recently merged into the SDK but lacked documentation. This PR adds complete documentation to help users understand how to integrate and use Google Gemini models with the Strands framework,
including configuration options, authentication setup, and practical usage examples.
Areas Affected
• docs/api-reference/models.md - Added Gemini model API reference
• docs/user-guide/concepts/model-providers/gemini.md - Added comprehensive Gemini user guide with examples
• Updated package dependencies to include latest SDK version with Gemini support
Note
Since this change is not released yet, I checked against the latest development version of the sdk by
pip install git+https://github.com/strands-agents/sdk-python.git
. The build failure on this PR is expected.Screenshots
Shows up just fine in the browser after
mkdocs serve
Checklist
• [x] I have read the CONTRIBUTING document
• [x] My changes follow the project's documentation style
• [x] I have tested the documentation locally using mkdocs serve
• [x] Links in the documentation are valid and working
• [x] Images/diagrams are properly sized and formatted
• [x] All new and existing tests pass
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.