docs(image-generation): document google provider

This commit is contained in:
Peter Steinberger
2026-03-16 23:20:28 -07:00
parent 618d35f933
commit c601dda389
4 changed files with 15 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ Image generation follows the standard shape:
1. core defines `ImageGenerationProvider`
2. core exposes `registerImageGenerationProvider(...)`
3. core exposes `runtime.imageGeneration.generate(...)`
4. the `openai` plugin registers an OpenAI-backed implementation
4. the `openai` and `google` plugins register vendor-backed implementations
5. future vendors can register the same contract without changing channels/tools
The config key is separate from vision-analysis routing: