Skip to content

Commit

Permalink
Restord Gemini Flash
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanj committed Jul 4, 2024
1 parent 358562e commit 6e87d2d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,10 @@ private void addGeminiModels() {

models.add(LanguageModel.builder()
.provider(ModelProvider.Gemini)
.modelName("gemini-1.5-pro-latest")
.displayName("Gemini 1.5 Pro")
.inputCost(7.0)
.outputCost(21.0)
.modelName("gemini-1.5-flash-latest")
.displayName("Gemini 1.5 Flash")
.inputCost(0.7)
.outputCost(2.1)
.contextWindow(1_000_000)
.apiKeyUsed(true)
.build());
Expand Down

0 comments on commit 6e87d2d

Please sign in to comment.