@@ -51,7 +51,9 @@ struct GenerateContentIntegrationTests {
51
51
( InstanceConfig . vertexAI_v1beta, ModelNames . gemini2FlashLite) ,
52
52
( InstanceConfig . vertexAI_v1beta_global, ModelNames . gemini2FlashLite) ,
53
53
( InstanceConfig . vertexAI_v1beta_staging, ModelNames . gemini2FlashLite) ,
54
+ ( InstanceConfig . vertexAI_v1beta_global_appCheckLimitedUse, ModelNames . gemini2FlashLite) ,
54
55
( InstanceConfig . googleAI_v1beta, ModelNames . gemini2FlashLite) ,
56
+ ( InstanceConfig . googleAI_v1beta_appCheckLimitedUse, ModelNames . gemini2FlashLite) ,
55
57
( InstanceConfig . googleAI_v1beta, ModelNames . gemma3_4B) ,
56
58
( InstanceConfig . googleAI_v1beta_staging, ModelNames . gemini2FlashLite) ,
57
59
( InstanceConfig . googleAI_v1beta_staging, ModelNames . gemma3_4B) ,
@@ -165,15 +167,16 @@ struct GenerateContentIntegrationTests {
165
167
( . googleAI_v1beta_freeTier, ModelNames . gemini2_5_Flash, ThinkingConfig (
166
168
thinkingBudget: 24576 , includeThoughts: true
167
169
) ) ,
168
- ( . googleAI_v1beta_freeTier_bypassProxy, ModelNames . gemini2_5_Flash, ThinkingConfig (
169
- thinkingBudget: 0
170
- ) ) ,
171
- ( . googleAI_v1beta_freeTier_bypassProxy, ModelNames . gemini2_5_Flash, ThinkingConfig (
172
- thinkingBudget: 24576
173
- ) ) ,
174
- ( . googleAI_v1beta_freeTier_bypassProxy, ModelNames . gemini2_5_Flash, ThinkingConfig (
175
- thinkingBudget: 24576 , includeThoughts: true
176
- ) ) ,
170
+ // Note: The following configs are commented out for easy one-off manual testing.
171
+ // (.googleAI_v1beta_freeTier_bypassProxy, ModelNames.gemini2_5_Flash, ThinkingConfig(
172
+ // thinkingBudget: 0
173
+ // )),
174
+ // (.googleAI_v1beta_freeTier_bypassProxy, ModelNames.gemini2_5_Flash, ThinkingConfig(
175
+ // thinkingBudget: 24576
176
+ // )),
177
+ // (.googleAI_v1beta_freeTier_bypassProxy, ModelNames.gemini2_5_Flash, ThinkingConfig(
178
+ // thinkingBudget: 24576, includeThoughts: true
179
+ // )),
177
180
] as [ ( InstanceConfig , String , ThinkingConfig ) ]
178
181
)
179
182
func generateContentThinking( _ config: InstanceConfig , modelName: String ,
0 commit comments