cherry-studio/packages/aiCore/src
suyao 2df1cddb43 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-20 19:55:42 +08:00
..
clients feat: enhance AI Core with image generation capabilities 2025-06-20 19:55:42 +08:00
middleware feat: enhance AI Core with image generation capabilities 2025-06-20 19:55:42 +08:00
providers feat: enhance AI Core with image generation capabilities 2025-06-20 19:55:42 +08:00
types feat: enhance AI Core with plugin system and middleware support 2025-06-20 19:49:24 +08:00
index.ts feat: enhance AI Core with image generation capabilities 2025-06-20 19:55:42 +08:00