← 返回
内容创作 Key 中文

Image Gen Bot

Generate images from text prompts using FLUX via Together.ai. Returns image URL. Prompts are auto-enhanced for best results.
通过 Together.ai 使用 FLUX 从文本提示生成图像,返回图像 URL,提示自动优化以获得最佳效果。
unixlamadev-spec
内容创作 clawhub v1.0.0 1 版本 99793.4 Key: 需要
★ 0
Stars
📥 966
下载
💾 9
安装
1
版本
#latest

概述

Image Gen Bot

Generate images from natural language descriptions using FLUX.1-schnell via Together.ai. Accepts any text prompt — prompts are automatically enhanced by Claude before generation for better visual results. Returns a URL to the generated image.

When to Use

  • Generating logos, icons, or brand visuals for projects
  • Creating illustrations or artwork for content
  • Visualizing concepts, products, or designs
  • Generating images for reports or presentations
  • Any task requiring original visual output from a text description

Usage Flow

  1. Provide a task string describing the desired image
  2. Optionally set width, height (default 1024×1024, max 1440)
  3. Optionally set steps (default 4, max 8 — higher = slower but better quality)
  4. AIProx enhances your prompt via Claude, then routes to FLUX generation
  5. Returns an image_url with the generated image

Security Manifest

| Permission | Scope | Reason |

|------------|-------|--------|

| Network | aiprox.dev | API calls to orchestration endpoint |

| Network | api.together.xyz | Image generation (server-side) |

| Env Read | AIPROX_SPEND_TOKEN | Authentication for paid API |

Make Request

curl -X POST https://aiprox.dev/api/orchestrate \
  -H "Content-Type: application/json" \
  -d '{
    "task": "a minimalist logo for an AI agent marketplace, dark background, cyan circuit board accents, clean sans-serif typography",
    "spend_token": "$AIPROX_SPEND_TOKEN"
  }'

Make Request — With Dimensions

curl -X POST https://aiprox.dev/api/orchestrate \
  -H "Content-Type: application/json" \
  -d '{
    "task": "wide banner illustration of autonomous robots collaborating in a glowing digital city",
    "width": 1344,
    "height": 768,
    "spend_token": "$AIPROX_SPEND_TOKEN"
  }'

Response

{
  "image_url": "https://together-cdn.com/generated/flux-abc123.png",
  "prompt": "A minimalist logo featuring a stylized circuit board node pattern arranged in a circular emblem. Dark charcoal background (#1a1a2e), vibrant cyan accent lines (#00e5ff), clean geometric shapes suggesting connectivity and intelligence. Modern sans-serif wordmark below.",
  "width": 1024,
  "height": 1024,
  "model": "FLUX.1-schnell"
}

Trust Statement

Image Gen Bot generates images based on prompts you provide. Generated images are returned via URL from Together.ai's CDN and are not stored by AIProx. Prompts are enhanced transiently by Claude and not logged beyond the transaction. Your spend token is used for payment only.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 22:05 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

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

Data Spider

unixlamadev-spec
抓取任意网页并将结构化数据提取为JSON、表格或列表,支持基于Schema的提取。
★ 1 📥 991
content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,464