@ai-sdk/deepinfra
Version:
The **[DeepInfra provider](https://ai-sdk.dev/providers/ai-sdk-providers/deepinfra)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for the DeepInfra API, giving you access to models like Llama 3, Mixtral, and other state-of-th
13 lines (12 loc) • 415 B
text/typescript
// https://deepinfra.com/models/text-to-image
export type DeepInfraImageModelId =
| 'stabilityai/sd3.5'
| 'black-forest-labs/FLUX-1.1-pro'
| 'black-forest-labs/FLUX-1-schnell'
| 'black-forest-labs/FLUX-1-dev'
| 'black-forest-labs/FLUX-pro'
| 'black-forest-labs/FLUX.1-Kontext-dev'
| 'black-forest-labs/FLUX.1-Kontext-pro'
| 'stabilityai/sd3.5-medium'
| 'stabilityai/sdxl-turbo'
| (string & {});