-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathvertex.json
More file actions
102 lines (102 loc) · 3.2 KB
/
vertex.json
File metadata and controls
102 lines (102 loc) · 3.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[
{
"id": "mistral/mistral-large-2411",
"name": "Mistral Large 2411",
"description": "Mistral's powerful large language model",
"context_length": 128000,
"tools_supported": true,
"supports_parallel_tool_calls": true,
"supports_reasoning": false,
"input_modalities": ["text"]
},
{
"id": "mistral/mistral-small-2503",
"name": "Mistral Small 2503",
"description": "Mistral's efficient small language model",
"context_length": 128000,
"tools_supported": true,
"supports_parallel_tool_calls": true,
"supports_reasoning": false,
"input_modalities": ["text"]
},
{
"id": "mistral/codestral-2501",
"name": "Codestral 2501",
"description": "Mistral's code-specialized model",
"context_length": 256000,
"tools_supported": true,
"supports_parallel_tool_calls": true,
"supports_reasoning": false,
"input_modalities": ["text"]
},
{
"id": "meta/llama-4-maverick-17b-128e-instruct-maas",
"name": "Llama 4 Maverick 17B",
"description": "Meta's large instruction-tuned model with extended context",
"context_length": 1048576,
"tools_supported": true,
"supports_parallel_tool_calls": true,
"supports_reasoning": false,
"input_modalities": ["text"]
},
{
"id": "meta/llama-4-scout-17b-16e-instruct-maas",
"name": "Llama 4 Scout 17B",
"description": "Meta's efficient instruction-tuned model with massive context",
"context_length": 10485760,
"tools_supported": true,
"supports_parallel_tool_calls": true,
"supports_reasoning": false,
"input_modalities": ["text"]
},
{
"id": "google/gemini-2.0-flash-001",
"name": "Gemini 2.0 Flash 001",
"description": "Google's fast and capable multimodal model",
"context_length": 1048576,
"tools_supported": true,
"supports_parallel_tool_calls": true,
"supports_reasoning": true,
"input_modalities": ["text", "image"]
},
{
"id": "google/gemini-2.5-pro",
"name": "Gemini 2.5 Pro",
"description": "Google's most capable multimodal model",
"context_length": 1048576,
"tools_supported": true,
"supports_parallel_tool_calls": true,
"supports_reasoning": true,
"input_modalities": ["text", "image"]
},
{
"id": "google/gemini-2.5-flash",
"name": "Gemini 2.5 Flash",
"description": "Google's fast and capable model with thinking support",
"context_length": 1048576,
"tools_supported": true,
"supports_parallel_tool_calls": true,
"supports_reasoning": true,
"input_modalities": ["text", "image"]
},
{
"id": "google/gemini-3-pro-preview",
"name": "Gemini 3 Pro Preview",
"description": "Google's fast and capable model with thinking support",
"context_length": 1048576,
"tools_supported": true,
"supports_parallel_tool_calls": true,
"supports_reasoning": true,
"input_modalities": ["text", "image"]
},
{
"id": "google/gemini-3-flash-preview",
"name": "Gemini 3 Flash Preview",
"description": "Google's fast and capable model with thinking support",
"context_length": 1048576,
"tools_supported": true,
"supports_parallel_tool_calls": true,
"supports_reasoning": true,
"input_modalities": ["text", "image"]
}
]