Skip to content

Commit ff30818

Browse files
authored
Merge pull request #1047 from devoxx/claude/add-gemini-flash-3.5-PN3PJ
2 parents 1f78c42 + 535b207 commit ff30818

1 file changed

Lines changed: 26 additions & 17 deletions

File tree

docusaurus/static/api/models.json

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": 1,
3-
"lastUpdated": "2026-05-14",
3+
"lastUpdated": "2026-05-19",
44
"_sources": {
55
"Anthropic": "https://platform.claude.com/docs/en/docs/about-claude/models",
66
"OpenAI": "https://platform.openai.com/docs/models",
@@ -352,6 +352,15 @@
352352
}
353353
],
354354
"Google": [
355+
{
356+
"modelName": "gemini-3.5-flash",
357+
"displayName": "Gemini 3.5 Flash",
358+
"inputCost": 1.50,
359+
"outputCost": 9,
360+
"inputMaxTokens": 1048576,
361+
"outputMaxTokens": 65536,
362+
"apiKeyUsed": true
363+
},
355364
{
356365
"modelName": "gemini-3.1-pro-preview",
357366
"displayName": "Gemini 3.1 Pro Preview",
@@ -458,6 +467,22 @@
458467
}
459468
],
460469
"Mistral": [
470+
{
471+
"modelName": "mistral-medium-3.5",
472+
"displayName": "Mistral Medium 3.5",
473+
"inputCost": 1.5,
474+
"outputCost": 7.5,
475+
"inputMaxTokens": 262144,
476+
"apiKeyUsed": true
477+
},
478+
{
479+
"modelName": "mistral-small-2603",
480+
"displayName": "Mistral Small 4",
481+
"inputCost": 0.15,
482+
"outputCost": 0.6,
483+
"inputMaxTokens": 256000,
484+
"apiKeyUsed": true
485+
},
461486
{
462487
"modelName": "mistral-small-latest",
463488
"displayName": "Mistral Small 3.2",
@@ -745,22 +770,6 @@
745770
"inputMaxTokens": 2000000,
746771
"apiKeyUsed": true
747772
},
748-
{
749-
"modelName": "grok-4-1-fast-reasoning",
750-
"displayName": "Grok 4.1 Fast (Reasoning)",
751-
"inputCost": 0.20,
752-
"outputCost": 0.50,
753-
"inputMaxTokens": 2000000,
754-
"apiKeyUsed": true
755-
},
756-
{
757-
"modelName": "grok-4-1-fast-non-reasoning",
758-
"displayName": "Grok 4.1 Fast (Non-Reasoning)",
759-
"inputCost": 0.20,
760-
"outputCost": 0.50,
761-
"inputMaxTokens": 2000000,
762-
"apiKeyUsed": true
763-
},
764773
{
765774
"modelName": "grok-4.20-multi-agent-0309",
766775
"displayName": "Grok 4.20 Multi-Agent",

0 commit comments

Comments
 (0)