forgecode / vertex.json
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
eb51191 verified
Raw
History Blame Contribute Delete
3.55 kB
[
{
"id": "google/gemini-3.5-flash",
"name": "Gemini 3.5 Flash",
"description": "",
"context_length": 1048576,
"tools_supported": true,
"supports_parallel_tool_calls": true,
"supports_reasoning": true,
"input_modalities": ["text", "image"]
},
{
"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"]
}
]