ModalityEnum
stringModalityEnum
| Enum Value | Description |
|---|---|
text-to-text | Returns models that generate text from a text prompt (text-to-text models). |
text-to-image | Returns models that generate images from a text prompt (text-to-image models). |
image-to-image | Returns models that generate images from a source image and a text prompt (image-to-image models). |
image-to-text | Returns models that generate text from an image and a text prompt (image-to-text models). |
ModalityEnum
"text-to-text"
Was this page helpful?