From 85ec755a7da2e03abd5aa0a236e952435e11eeb5 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 19 Nov 2025 07:56:28 +0100 Subject: [PATCH 1/2] [Website] Update the models used in the code sample --- ai.symfony.com/templates/homepage.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai.symfony.com/templates/homepage.html.twig b/ai.symfony.com/templates/homepage.html.twig index 64e323caa..6e09b93b6 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', 'claude-sonnet-4-5'], }) %}
$platform = PlatformFactory::create(...);
 $agent = new Agent($platform, '')

From 6b914bd99c0636d4f445b81f06c639b7e2e368bd Mon Sep 17 00:00:00 2001
From: Oskar Stark 
Date: Wed, 19 Nov 2025 08:40:51 +0100
Subject: [PATCH 2/2] Update ai.symfony.com/templates/homepage.html.twig

---
 ai.symfony.com/templates/homepage.html.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ai.symfony.com/templates/homepage.html.twig b/ai.symfony.com/templates/homepage.html.twig
index 6e09b93b6..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-5.1', 'mistral-large-latest', 'gemini-3-pro', 'claude-sonnet-4-5'],
+                            strings: ['gpt-5.1', 'mistral-large-latest', 'gemini-3-pro-preview', 'claude-sonnet-4-5'],
                         }) %}
                         
$platform = PlatformFactory::create(...);
 $agent = new Agent($platform, '')