You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: return the typed ImagesResponse from image_generation
Now that the regenerated core types the /v1/images/generations response (gateway
enrich_spec injects any-llm's ImagesResponse), return the typed model from both
OtariClient.image_generation and AsyncOtariClient.image_generation instead of an
untyped dict, matching embedding / rerank / moderation. Updates tests and the
README example to use attribute access.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments