Skip to content
Dashboard

Vercel Flags now supports JSON values

// Variant A
{
"id": "claude-sonnet-4-6",
"temperature": 0.7,
"maxTokens": 1024,
"systemPrompt": "You are a helpful shopping assistant."
}
// Variant B
{
"id": "claude-opus-4-6",
"temperature": 0.8,
"maxTokens": 2048,
"systemPrompt": "You help with shopping."
}

A feature flag holding JSON configuration in its variants