add GPT-5
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ MODEL_PRICING = {
|
|
| 28 |
"gpt-4.1-mini": "$0.07",
|
| 29 |
"gpt-4.1": "$0.35",
|
| 30 |
"anthropic/claude-3.7-sonnet": "$0.70",
|
| 31 |
-
"google/
|
| 32 |
"google/gemini-2.5-flash-preview-05-20:thinking": "$0.35",
|
| 33 |
"gpt-4.1-nano": "$0.02",
|
| 34 |
"openai/chatgpt-4o-latest": "$0.75",
|
|
|
|
| 28 |
"gpt-4.1-mini": "$0.07",
|
| 29 |
"gpt-4.1": "$0.35",
|
| 30 |
"anthropic/claude-3.7-sonnet": "$0.70",
|
| 31 |
+
"google/gemini-2.5-pro-preview": "$1.20",
|
| 32 |
"google/gemini-2.5-flash-preview-05-20:thinking": "$0.35",
|
| 33 |
"gpt-4.1-nano": "$0.02",
|
| 34 |
"openai/chatgpt-4o-latest": "$0.75",
|