Skip to content

Comments

feat: add basic implementation with lucy-pro-t2i#1

Merged
AdirAmsalem merged 1 commit intomainfrom
initial-implementation
Nov 19, 2025
Merged

feat: add basic implementation with lucy-pro-t2i#1
AdirAmsalem merged 1 commit intomainfrom
initial-implementation

Conversation

@AdirAmsalem
Copy link
Contributor

@AdirAmsalem AdirAmsalem commented Nov 18, 2025

Summary

  • Add initial implementation of Decart provider for Vercel AI SDK with support for lucy-pro-t2i image generation model
  • Include CI/CD workflows, tests, examples, and documentation

Usage

import { decart } from '@decartai/ai-sdk-provider';
import { experimental_generateImage as generateImage } from 'ai';

await generateImage({
  model: decart.image('lucy-pro-t2i'),
  prompt: 'Three dogs playing in the snow',
});

Examples

Prompt Result
A serene mountain landscape at sunset image
A futuristic city with flying cars image
A cute robot holding a flower image
A cozy coffee shop interior image

@AdirAmsalem AdirAmsalem marked this pull request as ready for review November 18, 2025 15:13
@AdirAmsalem AdirAmsalem merged commit 054c8a0 into main Nov 19, 2025
1 of 2 checks passed
@AdirAmsalem AdirAmsalem deleted the initial-implementation branch November 19, 2025 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant