google/imagen3

Google's highest quality text-to-image model, capable of generating images with detail, rich lighting and beauty.

TEXT-TO-IMAGENEW
文生图

Google's highest quality text-to-image model, capable of generating images with detail, rich lighting and beauty.

输入

正在加载参数配置...

输出

空闲
生成的图片将在这里显示
配置参数后点击运行开始生成

每次运行将花费 0.036。$10 可运行约 277 次。

你可以继续:

1. 代码示例

2. Schema

3. LLM 提示词

4. 参数

import requests
import time

# Step 1: Start image generation
generate_url = "https://api.atlascloud.ai/api/v1/model/generateImage"
headers = {
    "Content-Type": "application/json",
    "Authorization": "Bearer $ATLASCLOUD_API_KEY"
}
data = {
    "model": "google/imagen3",
    "prompt": "A beautiful landscape with mountains and lake",
    "width": 512,
    "height": 512,
    "steps": 20,
    "guidance_scale": 7.5
}

generate_response = requests.post(generate_url, headers=headers, json=data)
generate_result = generate_response.json()
prediction_id = generate_result["data"]["id"]

# Step 2: Poll for result
poll_url = f"https://api.atlascloud.ai/api/v1/model/prediction/{prediction_id}"

def check_status():
    while True:
        response = requests.get(poll_url, headers={"Authorization": "Bearer $ATLASCLOUD_API_KEY"})
        result = response.json()

        if result["data"]["status"] == "completed":
            print("Generated image:", result["data"]["outputs"][0])
            return result["data"]["outputs"][0]
        elif result["data"]["status"] == "failed":
            raise Exception(result["data"]["error"] or "Generation failed")
        else:
            # Still processing, wait 2 seconds
            time.sleep(2)

image_url = check_status()

请登录以查看请求历史

您需要登录才能访问模型请求历史记录。

登录

Imagen 3

Imagen 3 is DeepMind’s latest text-to-image generative model, focusing on high-quality image generation with improved detail, lighting, and reduced artifacts.

Core Capabilities

  • Enhanced prompt understanding for complex image generation tasks

  • Improved text rendering for applications like presentations and typography

  • Support for diverse artistic styles from photorealism to animation

  • Better handling of lighting, textures, and fine details

  • Natural language prompt processing without requiring complex prompt engineering

Technical Improvements

Image Quality

  • Enhanced color balance and vibrancy

  • Improved texture rendering

  • Better detail preservation in complex scenes

  • Reduced artifact generation

  • More accurate style reproduction across different artistic genres

Prompt Processing

  • Support for longer, more detailed prompts

  • Better understanding of camera angles and composition requirements

  • Improved handling of specific style requests

  • Enhanced text rendering capabilities

Benchmarks

Performance metrics based on human evaluation using GenAI-Bench:

  • Highest score for visual quality among compared models

  • High accuracy in prompt response adherence

  • Strong performance in overall preference benchmarks

Detailed benchmark methodology and results are available in Appendix D of the technical report.

Security Features

  • Built-in content filtering system

  • Dataset filtering to minimize harmful content

  • SynthID watermarking integration for image identification

  • Extensive red teaming and evaluations for: Fairness, Bias, Content safety

Technical Documentation

For detailed technical specifications and methodology, refer to the full technical report.

详细规格

概览:

模型提供商:GOOGLE
模型类型:text-to-image
部署方式:推理 API;Playground
定价:$0.036/pic

关键参数:

尺寸上限:最大宽度 × 高度(用户可配置)
LoRA 支持:
种子选项:N/A

创作你的下一件杰作

300+ 模型,即刻开启,

探索全部模型