diff --git a/ai.symfony.com/templates/homepage.html.twig b/ai.symfony.com/templates/homepage.html.twig index 64e323caa..d1782755e 100644 --- a/ai.symfony.com/templates/homepage.html.twig +++ b/ai.symfony.com/templates/homepage.html.twig @@ -32,7 +32,7 @@ {% set model_typed = stimulus_controller('typed', { loop: true, cursorChar: '|', - strings: ['gpt-4o', 'mistral-large-latest', 'gemini-2.0-flash', 'claude-sonnet-4-0'], + strings: ['gpt-5.1', 'mistral-large-latest', 'gemini-3-pro-preview', 'claude-sonnet-4-5'], }) %}
$platform = PlatformFactory::create(...);
 $agent = new Agent($platform, '')