Topaz
| Property | Details | 
|---|---|
| Description | Professional-grade photo and video editing powered by AI. | 
| Provider Route on LiteLLM | topaz/ | 
| Provider Doc | Topaz ↗ | 
| API Endpoint for Provider | https://api.topazlabs.com | 
| Supported OpenAI Endpoints | /image/variations | 
Quick Start​
from litellm import image_variation
import os 
os.environ["TOPAZ_API_KEY"] = ""
response = image_variation(
    model="topaz/Standard V2", image=image_url
)
Supported OpenAI Params​
- response_format
- size(widthxheight)