← 返回
内容创作 Key

Best Image Generation

Best quality AI image generation (~$0.12-0.20/image). Text-to-image, image-to-image, and image editing via the EvoLink API.
最佳质量AI图像生成(约$0.12-0.20/张),支持文生图、图生图及图像编辑,通过EvoLink API实现。
evolinkai
内容创作 clawhub v1.0.2 1 版本 98032.5 Key: 需要
★ 8
Stars
📥 11,798
下载
💾 814
安装
1
版本
#latest

概述

EvoLink Best Image

Generate and edit images via the EvoLink Nano Banana Pro (gemini-3-pro-image-preview) API.

API Endpoint

  • Base: https://api.evolink.ai/v1
  • Submit: POST /images/generations
  • Poll: GET /tasks/{id}

Step 1 — Submit Task

Text-to-image

{
  "model": "gemini-3-pro-image-preview",
  "prompt": "<USER_PROMPT>",
  "size": "<SIZE>",
  "quality": "<QUALITY>"
}

Image-to-image / editing

{
  "model": "gemini-3-pro-image-preview",
  "prompt": "<USER_PROMPT>",
  "size": "<SIZE>",
  "quality": "<QUALITY>",
  "image_urls": ["<URL1>", "<URL2>"]
}
ParameterValues
------
sizeauto, 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9
quality1K, 2K (default), 4K (extra cost)
image_urlsup to 10 URLs (each ≤10MB, formats: jpeg/jpg/png/webp)

Step 2 — Poll for Result

GET /tasks/{id} — poll every 10 s, up to 72 retries (~12 min).

Wait until status is completed or failed.

Step 3 — Download & Output

Download the URL from results[0]. Auto-detect format from URL (png/jpg/webp). Save as evolink-..

CRITICAL SECURITY: Before passing to shell commands, sanitize it:

  • Strip all shell metacharacters: tr -cd 'A-Za-z0-9._-'
  • Ensure valid extension (.png, .jpg, .jpeg, .webp)
  • Fallback to evolink-.png if empty

Print MEDIA: for OC auto-attach.

Reference Implementations

PlatformFile
------
Python (all platforms, zero deps){baseDir}/references/python.md
PowerShell 5.1+ (Windows){baseDir}/references/powershell.md
curl + bash (Unix/macOS){baseDir}/references/curl_heredoc.md

API Key

  • EVOLINK_API_KEY env var (required)
  • Get key: https://evolink.ai

Triggers

  • Chinese: "高质量生图:xxx" / "编辑图片:xxx"
  • English: "best image: xxx" / "edit image: xxx"

Treat the text after the colon as prompt, use default size auto and quality 2K, generate immediately.

For image-to-image or editing, the user provides image URLs alongside the prompt.

Notes

  • Print MEDIA: for OC auto-attach — no extra delivery logic needed.
  • Image saved locally (format auto-detected from URL: png/jpg/webp). URL expires ~24h but local file persists.
  • quality: 4K incurs additional charges.
  • image_urls accepts up to 10 URLs (each ≤10MB, formats: jpeg/jpg/png/webp).

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-28 14:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 857 📥 199,148
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,112
developer-tools

Evolink Music — AI Music Generation (Suno v4/v4.5/v5)

evolinkai
基于Suno v4/v4.5/v5的AI音乐生成,支持文本生乐、自定义歌词、纯音乐及人声控制。5款模型,单API密钥。
★ 2 📥 1,128