diff --git a/README.es.md b/README.es.md
index f8b9953..da0c861 100644
--- a/README.es.md
+++ b/README.es.md
@@ -44,7 +44,7 @@ Consume la API de [Entangle Core](https://github.com/Angel-TFG-UCLM/Entangle-Cor
- Arquitectura del sistema Entangle. El pipeline de ingesta + enriquecimiento (Entangle-Core, Container App Job) alimenta Azure Cosmos DB for MongoDB vCore. El servicio FastAPI expone 56 endpoints REST con streaming SSE hacia el frontend Entangle-Visualizer (Dashboard 2D, Universo 3D, Chat IA). El motor de Análisis de Red se ejecuta on-demand desde la API. El agente conversacional sobre Azure AI Foundry usa GPT-4o con tool-calling de solo lectura sobre MongoDB. IaC con Bicep, CI/CD via GitHub Actions, calidad gobernada con SonarQube Cloud.
+ Arquitectura del sistema Entangle. El pipeline de ingesta + enriquecimiento (Entangle-Core, Container App Job) alimenta Azure Cosmos DB for MongoDB vCore. El servicio FastAPI expone 56 endpoints REST con streaming SSE hacia el frontend Entangle-Visualizer (Dashboard 2D, Universo 3D, Chat IA). El motor de Análisis de Red se ejecuta on-demand desde la API. El agente conversacional sobre Azure AI Foundry usa gpt-5-mini con tool-calling de solo lectura sobre MongoDB. IaC con Bicep, CI/CD via GitHub Actions, calidad gobernada con SonarQube Cloud.
---
@@ -111,7 +111,7 @@ Consume la API de [Entangle Core](https://github.com/Angel-TFG-UCLM/Entangle-Cor
- Terminal Cuántico. Chat con IA (GPT-4o vía Azure AI Foundry) que responde mediante tool-calling sobre el dataset en vivo, devolviendo tablas y descripciones.
+ Terminal Cuántico. Chat con IA (gpt-5-mini vía Azure AI Foundry) que responde mediante tool-calling sobre el dataset en vivo, devolviendo tablas y descripciones.
---
diff --git a/README.md b/README.md
index d3b73d9..012a99a 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ It consumes the [Entangle Core](https://github.com/Angel-TFG-UCLM/Entangle-Core)
- Entangle system architecture. Ingestion + enrichment pipeline (Entangle-Core, Container App Job) feeds Azure Cosmos DB for MongoDB vCore. The FastAPI service exposes 56 REST endpoints with SSE streaming to the Entangle-Visualizer frontend (2D Dashboard, 3D Universe, AI Chat). The Network Analysis engine runs on-demand from the API. The conversational agent on Azure AI Foundry uses GPT-4o with read-only tool-calling on MongoDB. IaC with Bicep, CI/CD via GitHub Actions, quality governed by SonarQube Cloud.
+ Entangle system architecture. Ingestion + enrichment pipeline (Entangle-Core, Container App Job) feeds Azure Cosmos DB for MongoDB vCore. The FastAPI service exposes 56 REST endpoints with SSE streaming to the Entangle-Visualizer frontend (2D Dashboard, 3D Universe, AI Chat). The Network Analysis engine runs on-demand from the API. The conversational agent on Azure AI Foundry uses gpt-5-mini with read-only tool-calling on MongoDB. IaC with Bicep, CI/CD via GitHub Actions, quality governed by SonarQube Cloud.
---
@@ -111,7 +111,7 @@ It consumes the [Entangle Core](https://github.com/Angel-TFG-UCLM/Entangle-Core)
- Quantum Terminal. AI chat (GPT-4o via Azure AI Foundry) answering via tool-calling over the live dataset, returning tables and descriptions.
+ Quantum Terminal. AI chat (gpt-5-mini via Azure AI Foundry) answering via tool-calling over the live dataset, returning tables and descriptions.
---
diff --git a/src/components/Dashboard/QuantumChat.jsx b/src/components/Dashboard/QuantumChat.jsx
index 10cff39..cb91edf 100644
--- a/src/components/Dashboard/QuantumChat.jsx
+++ b/src/components/Dashboard/QuantumChat.jsx
@@ -24,7 +24,7 @@ import styles from './QuantumChat.module.css'
* Normaliza delimitadores LaTeX para remark-math:
* \( ... \) → $ ... $ (inline)
* \[ ... \] → $$ ... $$ (block)
- * GPT-4o a veces usa \(...\) en vez de $...$
+ * gpt-5-mini a veces usa \(...\) en vez de $...$
*/
function normalizeMathDelimiters(text) {
if (!text) return text
diff --git a/src/components/TaglineRotator.jsx b/src/components/TaglineRotator.jsx
index 697d250..454e8ce 100644
--- a/src/components/TaglineRotator.jsx
+++ b/src/components/TaglineRotator.jsx
@@ -43,7 +43,7 @@ export default function TaglineRotator() {
base.push('INTERACTIVE 3D UNIVERSE · COLLABORATION GRAPH')
base.push('LOUVAIN COMMUNITIES · BRIDGE USERS · BETWEENNESS')
base.push('NLP DISCIPLINE CLASSIFIER · 5 QUANTUM AREAS')
- base.push('AI ASSISTANT POWERED BY AZURE FOUNDRY GPT-4O')
+ base.push('AI ASSISTANT POWERED BY AZURE FOUNDRY GPT-5-MINI')
base.push('BUILT ON AZURE · FASTAPI · REACT · THREE.JS')
return base
}, [kpis, t])
diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json
index 378cf6d..abac85a 100644
--- a/src/i18n/locales/de.json
+++ b/src/i18n/locales/de.json
@@ -512,7 +512,7 @@
},
"superposition": "Zustand in Superposition",
"collapseHint": "Ihre Frage wird die Wellenfunktion kollabieren lassen",
- "modelBadge": "GPT-4o",
+ "modelBadge": "GPT-5-mini",
"aiBadge": "KI",
"autoViewPrefix": "Auto-generierte Ansicht",
"autoViewName": "Auto-generierte Ansicht #{{number}}"
diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json
index 97977dd..fb6a19a 100644
--- a/src/i18n/locales/en.json
+++ b/src/i18n/locales/en.json
@@ -512,7 +512,7 @@
},
"superposition": "Superposition state",
"collapseHint": "Your question will collapse the wave function",
- "modelBadge": "GPT-4o",
+ "modelBadge": "GPT-5-mini",
"aiBadge": "AI",
"autoViewPrefix": "Auto-Generated View",
"autoViewName": "Auto-Generated View #{{number}}"
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index dad5db5..cacb11c 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -512,7 +512,7 @@
},
"superposition": "Estado en superposición",
"collapseHint": "Tu pregunta colapsará la función de onda",
- "modelBadge": "GPT-4o",
+ "modelBadge": "GPT-5-mini",
"aiBadge": "AI",
"autoViewPrefix": "Vista Autogenerada",
"autoViewName": "Vista Autogenerada #{{number}}"
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index 81b3fa2..1412bf6 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -512,7 +512,7 @@
},
"superposition": "État en superposition",
"collapseHint": "Votre question effondrera la fonction d'onde",
- "modelBadge": "GPT-4o",
+ "modelBadge": "GPT-5-mini",
"aiBadge": "IA",
"autoViewPrefix": "Vue Auto-générée",
"autoViewName": "Vue Auto-générée #{{number}}"
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index 588fb88..a3f6a57 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -512,7 +512,7 @@
},
"superposition": "Estado em superposição",
"collapseHint": "A sua pergunta colapsará a função de onda",
- "modelBadge": "GPT-4o",
+ "modelBadge": "GPT-5-mini",
"aiBadge": "IA",
"autoViewPrefix": "Vista auto-gerada",
"autoViewName": "Vista auto-gerada #{{number}}"