Generate images from text prompts at zero cost. CogView3-Flash is Zhipu's free text-to-image model, served through the standard OpenAI images endpoint - $0 per image, forever.
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 →/v1/images/generations, works with existing OpenAI SDK codecurl -X POST https://aiapi-pro.com/v1/images/generations \
-H "Authorization: Bearer $NOVAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cogview-3-flash",
"prompt": "A red fox in a snowy forest at sunrise, photorealistic",
"size": "1024x1024"
}'
from openai import OpenAI
client = OpenAI(base_url="https://aiapi-pro.com/v1", api_key="YOUR_NOVAI_API_KEY")
resp = client.images.generate(
model="cogview-3-flash",
prompt="A red fox in a snowy forest at sunrise, photorealistic",
size="1024x1024",
)
print(resp.data[0].url)
Works with any OpenAI-compatible SDK - just set base_url to https://aiapi-pro.com/v1 and use your NovAI API key. Full reference in the API docs.
Zero platform fee. Credits never expire. OpenAI-compatible API.
Sign Up Free