Commit 58edfba
authored
feat: add support for gemini-3-pro-preview model (qodo-ai#2202)
* feat: add support for gemini-3-pro-preview model
- Add gemini/gemini-3-pro-preview with 1,048,576 max tokens
- Add vertex_ai/gemini-3-pro-preview with 1,048,576 max tokens
- Add test coverage for both model variants
- Update documentation with usage examples for both variants
This enables users to utilize Google's Gemini 3 Pro Preview model
through both Google AI Studio and Vertex AI providers with full
1M+ token context window support.
* refactor: streamline test for gemini-3-pro-preview model
- Consolidate test cases for gemini-3-pro-preview into a parameterized test
- Remove redundant assertions and simplify the test structure
- Ensure both Google AI Studio and Vertex AI variants are covered in a single test
This enhances maintainability and readability of the test suite for the gemini-3-pro-preview model.1 parent 0c681c2 commit 58edfba
File tree
3 files changed
+24
-0
lines changed- docs/docs/usage-guide
- pr_agent/algo
- tests/unittest
3 files changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
44 | 52 | | |
45 | 53 | | |
46 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
69 | 83 | | |
70 | 84 | | |
71 | 85 | | |
| |||
0 commit comments