ToolsThe story, in brief

Vercel Flags now supports JSON values

Vercel just made it 10x easier to A/B test AI models in production. One flag instead of three.

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

Why it matters

Vercel Flags now supports JSON values, enabling developers to manage complex AI model configurations (temperature, max_tokens, model selection) as a single feature flag. This simplifies progressive rollouts and A/B testing for AI applications, reducing operational overhead for teams shipping model experiments.

The key facts

8 to know
  1. Vercel Flags extended to support JSON values (previously: boolean, string, number only)

  2. Use case: A/B test model performance with single flag instead of managing multiple related flags

  3. Enables progressive traffic routing to new models and quick provider failover

  4. Collapses multi-flag management (e.g., ai_model, ai_temperature, ai_max_tokens) into one configuration object

  5. Vercel Flags now supports JSON values (previously: boolean, string, number only)

  6. Use case: A/B test different LLM models with single flag instead of managing separate temperature, max_tokens, model_id flags

  7. Supports progressive traffic routing and rapid model provider failover

  8. Collapses multiple related flags into one unified configuration object

Go to the source

Vercel Blogvercel.com

Publisher excerpt: You can now store JSON values in , extending the existing support for boolean, string, and number values. This allows you to collapse what used to take several related flags into a single feature flag.Vercel Flags For example, to A/B test how a different model performs, you can now define a single…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools