erinmikail commited on
Commit
7156ea2
·
unverified ·
1 Parent(s): fcd5f0a

Update tabs/leaderboard.py

Browse files

update note to include Google Vertex v. Google Gemini

Files changed (1) hide show
  1. tabs/leaderboard.py +2 -1
tabs/leaderboard.py CHANGED
@@ -120,7 +120,8 @@ def filter_leaderboard(df, model_type, category, sort_by):
120
 
121
  <div class="note-box">
122
  <p style="margin: 0; font-size: 1em;">
123
- Note: API pricing for sorting by cost uses a 3-to-1 input/output ratio calculation. DeepSeek V3 and R1 were excluded from rankings due to limited function support.
 
124
  </p>
125
  </div>
126
 
 
120
 
121
  <div class="note-box">
122
  <p style="margin: 0; font-size: 1em;">
123
+ Note: API pricing for sorting by cost uses a 3-to-1 input/output ratio calculation. DeepSeek V3 and R1 were excluded from rankings due to limited function support. Pricing for Gemini models shown reflects [Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/pricing). Google AI Studio offers [Gemini API Access](https://ai.google.dev/gemini-api/docs/pricing) at a lower cost with an API Key.
124
+
125
  </p>
126
  </div>
127