HomeModels › CogView3-Flash
Zhipu AI · Free Forever · Text-to-Image

CogView3-Flash API

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.

FREE
Per image
512-1024
Output sizes (px)
~10s
Typical speed
$0
Platform fee
Sign Up - Get $2.00 Free Credit See All Models
Watermark notice — Every image model on NovAI is served by a Chinese provider and burns a visible AI-generated label such as 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 →

Why use CogView3-Flash on NovAI?

  • Free forever - $0 per generated image, no hidden platform fee
  • Standard OpenAI images API - POST to /v1/images/generations, works with existing OpenAI SDK code
  • Multiple sizes - 512x512, 768x768, and 1024x1024 output
  • Bilingual prompts - strong results from both English and Chinese prompts
  • Zero-cost prototyping - iterate on prompt engineering before moving to premium models like Seedream 5.0
Not listed on OpenRouter. Premium alternatives on NovAI: Seedream 5.0 ($0.027/image) and Seedream 5.0 Pro ($0.034/image, 4K).

Best use cases

  • Blog thumbnails and social media assets at zero cost
  • Concept art and mood boards
  • Prompt-engineering prototyping before paid generation
  • Free-tier image features in your own product

Quick start

cURL

curl -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"
  }'

Python (OpenAI SDK)

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.

Try CogView3-Flash today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free