AI生成 into the corner of the output under China’s labelling rules — NovAI cannot switch it off. Video output varies by model: in our 4 August 2026 tests Seedance 2.0 and CogVideoX-Flash showed no visible label, while Hunyuan Video 1.5 is labelled. Text and chat models are not affected. Which models, and what it rules out →We run NovAI — first-party guide, prices from our live model catalog, July 2026.
Most "free image generation API" results are either trial credits that expire, rate-crippled demos, or web tools with no API at all. What developers actually want: a real endpoint, callable from code, $0, no card, no expiry.
cogview-3-flash is Zhipu's flash-tier image model. Free upstream in China, but Z.ai's international API does not offer a free image tier — NovAI passes the free tier through to international developers with zero markup.
from openai import OpenAI
client = OpenAI(api_key="sk-novai-xxx", base_url="https://aiapi-pro.com/v1")
img = client.images.generate(
model="cogview-3-flash",
prompt="isometric illustration of a tiny server room, pastel colors",
)
print(img.data[0].url)
That is the entire integration — standard OpenAI SDK, standard /v1/images/generations endpoint.
| Model | Provider | Price / image (NovAI) |
|---|---|---|
cogview-3-flash | Zhipu | $0 |
hy-image-lite | Tencent Hunyuan | $0.014 |
doubao-seedream-5.0 | ByteDance | $0.027 |
hy-image-v3.0 | Tencent Hunyuan | $0.028 |
doubao-seedream-5.0-pro | ByteDance | $0.034 |
Typical hosted image APIs elsewhere list roughly $0.02–$0.08+ per image (July 2026 list prices). If you generate 1,000 thumbnails a month, "free vs $0.03" is a $30/month difference for a prototype-grade use case.
Flash means smaller and faster: output quality is below Seedream 5.0 Pro or Hunyuan v3.0. For hero images and client-facing art, use a paid tier — same key, same endpoint, different model ID.
Email signup. No card. cogview-3-flash plus 4 more free models (chat, vision, video).
Normal per-account API rate limits apply, same as paid models. There is no separate crippled "free lane".
Yes — cogvideox-flash is $0 per generation. Guide: Free AI Video Generation API in 2026.
The upstream flash tier is free to us, so it is free to you. We earn when you later need higher-quality paid models — and we would rather earn that upgrade honestly.