muapi-logo-generator

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Logo Generator

Logo生成器

Quickly generate a single polished logo for any brand — fast, focused, single output with clean vector aesthetic and accurate brand name text.
Estimated credits: ~30 per run.
快速为任何品牌生成一个精致的单一logo——生成速度快、目标明确,输出具有简洁的矢量美学风格和准确的品牌名称文本。
**预计消耗点数:**每次运行约30点。

Inputs

输入参数

NameTypeRequiredDefaultDescription
brand_name
textyesThe brand or company name to put in the logo.
style
textnomodern wordmark with icon, minimalLogo style (e.g. "monogram initials", "icon + text horizontal", "bold sans-serif wordmark", "badge/emblem", "abstract mark").
industry
textnotechnologyIndustry context to guide the icon metaphor (e.g. "food & beverage", "health & wellness", "finance", "creative agency").
colors
textnobrand blue and whiteColor scheme (e.g. "black and gold", "forest green and cream", "electric purple gradient").
background
textnowhiteBackground color for logo — "white", "black", or "transparent".
名称类型是否必填默认值描述
brand_name
文本要放入logo中的品牌或公司名称。
style
文本modern wordmark with icon, minimalLogo风格(例如"字母组合缩写"、"图标+文字横向布局"、"粗体无衬线字体文字标志"、"徽章/纹章样式"、"抽象标志")。
industry
文本technology行业背景,用于指导图标隐喻(例如"餐饮"、"健康与养生"、"金融"、"创意代理")。
colors
文本brand blue and white配色方案(例如"黑金配色"、"森林绿与奶油白"、"电光紫渐变")。
background
文本whiteLogo背景色——"白色"、"黑色"或"透明"。

Steps

步骤

Submit the plan with ONE step:
  1. Logo
    muapi image generate
    (model=
    ideogram-v3-t2i
    ):
    • Prompt:
      Professional logo for "{{brand_name}}" — {{style}}, {{industry}} brand. Color scheme: {{colors}}. {{background}} background. Clean, scalable, vector-quality logo design. Legible brand name text, balanced proportions. Modern 2025 logo design, no drop shadows, no gradients unless requested, isolated on {{background}} background.
    • Aspect ratio: 1:1
    • If
      {{style}}
      mentions "horizontal" or "wide" layout: aspect ratio 2:1
After generation:
  • Present the logo
  • Ask if they want: a dark mode version, an icon-only version, or a full branding package
  • If they want the full package, suggest the
    logo-branding
    skill
提交包含一个步骤的方案:
  1. Logo
    muapi image generate
    (model=
    ideogram-v3-t2i
    ):
    • 提示词:
      为"{{brand_name}}"设计的专业logo——{{style}},{{industry}}品牌。配色方案:{{colors}}。{{background}}背景。简洁、可缩放、矢量品质的logo设计。品牌名称文本清晰易读,比例均衡。2025年现代logo设计,无投影,除非要求否则无渐变,独立于{{background}}背景上。
    • 宽高比:1:1
    • 如果
      {{style}}
      提到"horizontal"或"wide"布局:宽高比2:1
生成完成后:
  • 展示生成的logo
  • 询问用户是否需要:深色模式版本、仅图标版本,或完整品牌包装
  • 如果用户需要完整包装,推荐
    logo-branding
    技能

Notes

注意事项

  • Ideogram v3 is the best model for accurate text rendering in logos — always use it for logos with text.
  • Always check: is the brand name spelled correctly? If not, retry with the exact spelling bolded in the prompt.
  • For badge/emblem styles, add "circular badge layout, contained design" to the prompt.
  • For abstract marks (no text), switch to
    flux-2-pro
    for more creative symbol generation.
  • Ideogram v3是在logo中准确渲染文本的最佳模型——对于带文本的logo,请始终使用该模型。
  • 务必检查:品牌名称拼写是否正确?如果不正确,请在提示词中用粗体标注正确拼写后重试。
  • 对于徽章/纹章样式,请在提示词中添加"circular badge layout, contained design"。
  • 对于抽象标志(无文本),切换到
    flux-2-pro
    模型以生成更具创意的符号。

Trigger Keywords

触发关键词

logo generator
,
make a logo
,
create logo
,
design a logo
,
quick logo
,
generate logo
,
logo for my brand

logo generator
,
make a logo
,
create logo
,
design a logo
,
quick logo
,
generate logo
,
logo for my brand

Notes for the Executing Agent

执行Agent注意事项

  • This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call
    muapi
    CLI commands. Use
    muapi auth configure
    first if
    MUAPI_API_KEY
    is unset.
  • For model IDs without a CLI alias yet, fall back to the raw endpoint via
    curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'
    and poll with
    muapi predict wait <request_id>
    .
  • Substitute
    {{input_name}}
    placeholders with the user's actual inputs before issuing each call.
  • 本方案由LLM编排:阅读每个阶段,向用户收集缺失的输入,然后调用
    muapi
    CLI命令。如果未设置
    MUAPI_API_KEY
    ,请先使用
    muapi auth configure
    进行配置。
  • 对于尚未有CLI别名的模型ID,通过以下原始端点进行回退:
    curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'
    ,并使用
    muapi predict wait <request_id>
    进行轮询。
  • 在发出每个调用前,将
    {{input_name}}
    占位符替换为用户的实际输入。