Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions apps/sim/providers/models.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -2211,6 +2211,20 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
contextWindow: 131072,
releaseDate: '2025-12-22',
},
{
id: 'cerebras/gemma-4-31b',
pricing: {
input: 0.99,
output: 1.49,
updatedAt: '2026-07-10',
},
capabilities: {
temperature: { min: 0, max: 2 },
maxOutputTokens: 40000,
},
contextWindow: 131072,
releaseDate: '2026-04-02',
},
],
},
groq: {
Expand DownExpand Up@@ -2282,6 +2296,20 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
},
contextWindow: 131072,
releaseDate: '2025-04-29',
deprecated: true,
},
{
id: 'groq/qwen/qwen3.6-27b',
pricing: {
input: 0.6,
output: 3.0,
updatedAt: '2026-07-10',
},
capabilities: {
maxOutputTokens: 32768,
},
contextWindow: 131072,
releaseDate: '2026-04-21',
},
Comment thread
waleedlatif1 marked this conversation as resolved.
{
id: 'groq/llama-3.1-8b-instant',
Expand DownExpand Up@@ -2322,6 +2350,7 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
},
contextWindow: 131072,
releaseDate: '2025-04-05',
deprecated: true,
},
{
id: 'groq/moonshotai/kimi-k2-instruct-0905',
Expand Down
Loading