Skip to content

Comments

feat: upgrade generative model to gemini-3-flash-preview#3558

Closed
NamanGoyalK wants to merge 2 commits intodart-lang:mainfrom
NamanGoyalK:main
Closed

feat: upgrade generative model to gemini-3-flash-preview#3558
NamanGoyalK wants to merge 2 commits intodart-lang:mainfrom
NamanGoyalK:main

Conversation

@NamanGoyalK
Copy link

Closes #3555

Updated the _geminiModel constant to models/gemini-3-flash-preview as requested.

Verification

  • Verified locally that dart-services starts correctly.
  • Tested against the /api/v3/suggestFix endpoint and confirmed valid 200 OK responses.
  • Confirmed models/gemini-3-flash-preview is the required endpoint for the current API release (Jan 2026).
image
  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.

@google-cla
Copy link

google-cla bot commented Jan 28, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions
Copy link

github-actions bot commented Feb 8, 2026

PR Health

License Headers ✔️
// Copyright (c) 2026, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

Unrelated files missing license headers
Files
pkgs/dart_services/lib/src/context.dart
pkgs/samples/lib/brick_breaker.dart
pkgs/samples/lib/fibonacci.dart
pkgs/samples/lib/hello_world.dart
pkgs/samples/lib/main.dart
pkgs/samples/lib/sunflower.dart

This check can be disabled by tagging the PR with skip-license-check.

API leaks ✔️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbol Leaking sources

This check can be disabled by tagging the PR with skip-leaking-check.

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?

This check can be disabled by tagging the PR with skip-breaking-check.

Unused Dependencies ✔️
Package Status
None No packages found to check.

For details on how to fix these, see dependency_validator.

This check can be disabled by tagging the PR with skip-unused-dependencies-check.

Coverage ✔️
File Coverage

This check for test coverage is informational (issues shown here will not fail the PR).

This check can be disabled by tagging the PR with skip-coverage-check.

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

@NamanGoyalK
Copy link
Author

I am closing this pr and have opened an identical pr #3567 as this has some branching issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update model to Gemini 3 Flash

1 participant