Meta's Muse Image model has faithful instruction-following and exceptional visual fidelity, with fine details like text, plots, and QR codes rendered accurately.
$0.005
Not enough TTFT data
from openai import OpenAI client = OpenAI(base_url="https://api.naga.ac/v1", api_key="YOUR_API_KEY") resp = client.images.edit( model="muse-image-1.0", image=open("image.png", "rb"), prompt="A cute baby sea otter wearing a beret", n=1, size="1024x1024", response_format="url" ) print(resp.data)
Not enough uptime data to display a chart