cherry-studio/packages
suyao 0f22fa18c3 feat: enhance AI Core with image generation capabilities
- Introduced `createImageClient` method in `ApiClientFactory` to support image generation for various providers.
- Updated `UniversalAiSdkClient` to include `generateImage` method, allowing image generation through the unified client interface.
- Refactored client creation functions to utilize the new `ProviderOptions` type for improved type safety.
- Enhanced the provider registry to indicate which providers support image generation, streamlining client creation and usage.
- Updated type definitions in `types.ts` to reflect changes in client options and middleware support.
2025-06-17 22:25:33 +08:00
..
aiCore feat: enhance AI Core with image generation capabilities 2025-06-17 22:25:33 +08:00
shared feat: Add PDF file support for OpenAI vision models (#7217) 2025-06-16 11:09:51 +08:00