retrotoon-studio/server/_core
Ubuntu a40690cabb feat: fallback OpenAI gpt-image-1 quand Gemini en quota dépassé
- OPENAI_API_KEY ajouté dans .env.docker
- imageGeneration.ts: tente Gemini d'abord, fallback OpenAI sur erreur
- Support images.edits (multipart avec ref image) pour gpt-image-1
- Support images.generations (text-only) si pas de ref
- Provider trace dans GenerateImageResponse pour debug
- Testé: pipeline complet frame 25
  * Fond Ghibli: 21s via OpenAI (Gemini 429) -> 1.6MB PNG
  * Personnage moderne: 26s via OpenAI -> 1.6MB PNG RGBA
  * Composite final: 1s via sharp -> 2.6MB PNG

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 05:35:20 +00:00
..
types Initial project bootstrap 2026-05-19 23:15:42 +00:00
context.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
cookies.ts fix: audit complet et pipeline fonctionnel RetroToon Studio 2026-05-21 01:37:08 +00:00
dataApi.ts feat: migration complète Manus -> auto-hébergé (MinIO + Gemini) 2026-05-21 04:27:48 +00:00
env.ts feat: migration complète Manus -> auto-hébergé (MinIO + Gemini) 2026-05-21 04:27:48 +00:00
heartbeat.ts feat: migration complète Manus -> auto-hébergé (MinIO + Gemini) 2026-05-21 04:27:48 +00:00
imageGeneration.ts feat: fallback OpenAI gpt-image-1 quand Gemini en quota dépassé 2026-05-21 05:35:20 +00:00
index.ts Checkpoint: RetroToon Studio v1.0 - Application professionnelle de recomposition d'animation. Inclut : thème blueprint architectural, schéma DB complet (8 tables), timeline NLE multipistes, segmentation IA (SAM 2), assistant opérateur autonome avec LLM, moteur de regénération IA, système Character Sheet, administration IA modulaire, mode test/simulation, 22 tests passants, 0 erreur TypeScript. 2026-05-19 23:38:28 +00:00
llm.ts feat: migration complète Manus -> auto-hébergé (MinIO + Gemini) 2026-05-21 04:27:48 +00:00
localAuth.ts fix: audit complet et pipeline fonctionnel RetroToon Studio 2026-05-21 01:37:08 +00:00
map.ts feat: migration complète Manus -> auto-hébergé (MinIO + Gemini) 2026-05-21 04:27:48 +00:00
notification.ts feat: migration complète Manus -> auto-hébergé (MinIO + Gemini) 2026-05-21 04:27:48 +00:00
oauth.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
sdk.ts feat: améliorations UX/UI workspace 2026-05-21 03:13:34 +00:00
storageProxy.ts feat: migration complète Manus -> auto-hébergé (MinIO + Gemini) 2026-05-21 04:27:48 +00:00
systemRouter.ts feat: migration complète Manus -> auto-hébergé (MinIO + Gemini) 2026-05-21 04:27:48 +00:00
trpc.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
vite.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
voiceTranscription.ts feat: migration complète Manus -> auto-hébergé (MinIO + Gemini) 2026-05-21 04:27:48 +00:00