FLUX.2 [klein] 4B is the quickest and most budget-friendly model in the FLUX.2 family, designed for high-throughput workloads while still delivering excellent image quality.
$0.007
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="flux-2-klein-4b", 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