You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Strong models required.** Generative UI demands high-capability models that can produce complex, well-structured HTML/SVG in a single pass. Set `LLM_MODEL` in your `.env` to one of:
27
+
>
28
+
> | Model | Provider |
29
+
> |-------|----------|
30
+
> |`gpt-5.4` / `gpt-5.4-pro`| OpenAI |
31
+
> |`claude-opus-4-6`| Anthropic |
32
+
> |`gemini-3.1-pro`| Google |
33
+
>
34
+
> Smaller or weaker models will produce broken layouts, missing interactivity, or incomplete visualizations.
0 commit comments