logo-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Logo Generation

标志生成

Generate professional, creative logos using each::sense. This skill creates various logo styles including wordmarks, icon logos, combination marks, monograms, mascots, emblems, and abstract designs for brands of all sizes.
借助each::sense生成专业且富有创意的标志。该技能可为不同规模的品牌打造多种标志风格,包括文字标志、图标标志、组合标志、字母组合标志、吉祥物标志、徽章标志以及抽象设计。

Features

功能特性

  • Wordmark Logos: Text-based logos with custom typography
  • Icon/Symbol Logos: Standalone graphic marks
  • Combination Logos: Icon + text integrated designs
  • Monogram Logos: Initials-based logos (letter marks)
  • Mascot Logos: Character-based brand identities
  • Abstract Logos: Geometric and conceptual marks
  • Emblem/Badge Logos: Enclosed crests and seals
  • Minimalist Logos: Clean, simple, modern designs
  • Logo Variations: Color, black & white, icon-only versions
  • Transparent Backgrounds: Export-ready logos for any use
  • 文字标志(Wordmark Logos):采用自定义字体的文字类标志
  • 图标/符号标志(Icon/Symbol Logos):独立的图形标志
  • 组合标志(Combination Logos):图标与文字融合的设计
  • 字母组合标志(Monogram Logos):基于首字母的标志(字母标识)
  • 吉祥物标志(Mascot Logos):以角色为核心的品牌识别形象
  • 抽象标志(Abstract Logos):几何与概念化标志
  • 徽章标志(Emblem/Badge Logos):封闭式纹章与印章
  • 极简风格标志(Minimalist Logos):简洁、简约的现代设计
  • 标志变体(Logo Variations):彩色、黑白、仅图标版本
  • 透明背景:可直接导出用于各类场景的标志

Quick Start

快速开始

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a modern minimalist logo for a tech startup called Nexus. Clean lines, professional look."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a modern minimalist logo for a tech startup called Nexus. Clean lines, professional look."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Logo Styles & Use Cases

标志风格与适用场景

StyleBest ForCharacteristics
WordmarkUnique brand names, startupsTypography-focused, readable
Icon/SymbolApp icons, favicons, social mediaScalable, memorable
CombinationFull branding, websitesVersatile, complete identity
MonogramLuxury brands, law firmsElegant, compact
MascotSports teams, food brands, gamingFriendly, memorable
AbstractTech companies, innovationModern, unique
EmblemUniversities, government, heritage brandsTraditional, authoritative
MinimalistModern brands, appsClean, versatile
风格适用场景特点
文字标志独特品牌名、初创企业以字体设计为核心,辨识度高
图标/符号标志应用图标、网站图标、社交媒体可缩放,易记忆
组合标志完整品牌形象、网站多功能,品牌识别完整
字母组合标志奢侈品牌、律所优雅,简洁紧凑
吉祥物标志体育团队、食品品牌、游戏行业亲切,易记忆
抽象标志科技公司、创新型企业现代,独特
徽章标志高校、政府、传承品牌传统,具权威性
极简风格标志现代品牌、应用简洁,多功能

Use Case Examples

使用案例示例

1. Text-Based Logo (Wordmark)

1. 文字类标志(Wordmark)

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a wordmark logo for a coffee brand called BREW HAVEN. Use elegant serif typography with a warm, artisanal feel. Rich brown and cream colors. The text should be the main focus with subtle coffee-inspired styling."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a wordmark logo for a coffee brand called BREW HAVEN. Use elegant serif typography with a warm, artisanal feel. Rich brown and cream colors. The text should be the main focus with subtle coffee-inspired styling."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Icon/Symbol Logo

2. 图标/符号标志

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an icon logo for a fitness app. Design a bold, dynamic symbol that represents strength and movement. Use a single striking icon without any text. Electric blue and white colors. Must work well as an app icon at small sizes."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an icon logo for a fitness app. Design a bold, dynamic symbol that represents strength and movement. Use a single striking icon without any text. Electric blue and white colors. Must work well as an app icon at small sizes."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Combination Logo (Icon + Text)

3. 组合标志(图标+文字)

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a combination logo for an eco-friendly cleaning company called GreenClean. Include a leaf icon integrated with the company name. Fresh green and white color scheme. Modern sans-serif font. The icon should work standalone but also pair well with the text."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a combination logo for an eco-friendly cleaning company called GreenClean. Include a leaf icon integrated with the company name. Fresh green and white color scheme. Modern sans-serif font. The icon should work standalone but also pair well with the text."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Monogram Logo

4. 字母组合标志

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a monogram logo for a luxury fashion brand with initials JM (James Morrison). Interlock the letters elegantly. Gold on black background. High-end, sophisticated feel. Classic with a modern twist."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a monogram logo for a luxury fashion brand with initials JM (James Morrison). Interlock the letters elegantly. Gold on black background. High-end, sophisticated feel. Classic with a modern twist."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Mascot Logo

5. 吉祥物标志

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a mascot logo for a gaming company called Thunder Wolves. Design a fierce but friendly wolf character with lightning bolt elements. Bold colors - purple, electric blue, white. The wolf should have personality and attitude. Suitable for esports branding."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a mascot logo for a gaming company called Thunder Wolves. Design a fierce but friendly wolf character with lightning bolt elements. Bold colors - purple, electric blue, white. The wolf should have personality and attitude. Suitable for esports branding."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Abstract Logo

6. 抽象标志

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an abstract logo for a fintech startup called Quantum Finance. Use geometric shapes that suggest growth, security, and innovation. Gradient from deep blue to teal. No literal imagery - focus on abstract forms that feel professional and cutting-edge."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an abstract logo for a fintech startup called Quantum Finance. Use geometric shapes that suggest growth, security, and innovation. Gradient from deep blue to teal. No literal imagery - focus on abstract forms that feel professional and cutting-edge."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Emblem/Badge Logo

7. 徽章标志

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an emblem logo for a craft brewery called Mountain Peak Brewing, established 2015. Design a circular badge with mountain imagery, hops, and the company name. Vintage Americana style. Navy blue, gold, and cream colors. Should look great on bottle labels and merchandise."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an emblem logo for a craft brewery called Mountain Peak Brewing, established 2015. Design a circular badge with mountain imagery, hops, and the company name. Vintage Americana style. Navy blue, gold, and cream colors. Should look great on bottle labels and merchandise."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Minimalist Logo

8. 极简风格标志

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an ultra-minimalist logo for a design studio called FORM. Single color, black on white. Reduce the concept to its absolute essence - clean lines, perfect proportions, no unnecessary elements. Should work at any size from favicon to billboard."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an ultra-minimalist logo for a design studio called FORM. Single color, black on white. Reduce the concept to its absolute essence - clean lines, perfect proportions, no unnecessary elements. Should work at any size from favicon to billboard."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Logo Variations (Multi-Turn)

9. 标志变体(多轮对话)

Use
session_id
to create consistent logo variations:
bash
undefined
使用
session_id
创建风格一致的标志变体:
bash
undefined

Create the primary logo

创建主标志

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a modern logo for a sustainable fashion brand called Earthwear. Combine a stylized leaf with elegant typography. Earth tones - forest green and warm brown."}], "model": "eachsense/beta", "stream": true, "session_id": "earthwear-logo-project", "mode": "max" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a modern logo for a sustainable fashion brand called Earthwear. Combine a stylized leaf with elegant typography. Earth tones - forest green and warm brown."}], "model": "eachsense/beta", "stream": true, "session_id": "earthwear-logo-project", "mode": "max" }'

Create black and white version

创建黑白版本

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Now create a black and white version of this logo. Pure black on white background, maintaining all the visual impact."}], "model": "eachsense/beta", "stream": true, "session_id": "earthwear-logo-project", "mode": "max" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Now create a black and white version of this logo. Pure black on white background, maintaining all the visual impact."}], "model": "eachsense/beta", "stream": true, "session_id": "earthwear-logo-project", "mode": "max" }'

Create icon-only version

创建仅图标版本

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create an icon-only version - just the leaf symbol without any text. This will be used for app icons and social media profile pictures."}], "model": "eachsense/beta", "stream": true, "session_id": "earthwear-logo-project", "mode": "max" }'
undefined
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create an icon-only version - just the leaf symbol without any text. This will be used for app icons and social media profile pictures."}], "model": "eachsense/beta", "stream": true, "session_id": "earthwear-logo-project", "mode": "max" }'
undefined

10. Logo with Transparent Background

10. 透明背景标志

bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a logo for a photography studio called Aperture Arts. Modern camera aperture icon with elegant text. Create it with a transparent background (PNG format) so it can be placed on any color background. Black logo that will work on light backgrounds."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a logo for a photography studio called Aperture Arts. Modern camera aperture icon with elegant text. Create it with a transparent background (PNG format) so it can be placed on any color background. Black logo that will work on light backgrounds."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Best Practices

最佳实践

Design Principles

设计原则

  • Simplicity: Great logos are simple and memorable
  • Scalability: Must work from favicon (16px) to billboard
  • Versatility: Should work in color, B&W, and reversed
  • Timelessness: Avoid trendy elements that will date quickly
  • Relevance: Should reflect the brand's industry and values
  • 简洁性:优秀的标志简洁易记
  • 可缩放性:需适配从16px网站图标到大型广告牌的尺寸
  • 多功能性:需在彩色、黑白及反转配色下均适用
  • 时效性:避免使用易过时的潮流元素
  • 相关性:应体现品牌所属行业与价值观

Prompt Tips

提示词技巧

When requesting logos, include these details:
  1. Brand Name: Exact spelling and capitalization
  2. Industry/Type: What does the business do?
  3. Style Preference: Modern, classic, playful, professional, etc.
  4. Color Preferences: Specific colors or color feelings
  5. Imagery Ideas: Any symbols or concepts to incorporate
  6. Usage Context: Where will the logo be used most?
  7. What to Avoid: Any styles or elements to stay away from
请求生成标志时,需包含以下细节:
  1. 品牌名称:准确拼写与大小写
  2. 行业/类型:企业的业务范畴
  3. 风格偏好:现代、经典、活泼、专业等
  4. 颜色偏好:具体颜色或色彩感觉
  5. 意象构思:需融入的符号或概念
  6. 使用场景:标志的主要使用场景
  7. 避忌元素:需避免的风格或元素

Example Prompt Structure

提示词结构示例

"Create a [style] logo for [brand name], a [industry/description].
[Visual elements and concept].
Colors: [color preferences].
Style: [modern/classic/playful/etc].
The logo should [key requirements]."
"为[品牌名称](一家[行业/描述]企业)创建一个[风格]标志。
[视觉元素与概念]。
颜色:[颜色偏好]。
风格:[现代/经典/活泼等]。
标志需满足[核心要求]。"

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final logo designs, client presentationsSlowerHighest
eco
Quick concepts, brainstorming, explorationFasterGood
生成前请询问用户: "您需要快速低成本的方案,还是高质量的方案?"
模式适用场景速度质量
max
最终标志设计、客户展示较慢最高
eco
快速概念生成、头脑风暴、方案探索较快良好

Multi-Turn Logo Development

多轮标志迭代开发

Use
session_id
for iterative logo design:
bash
undefined
使用
session_id
进行迭代式标志设计:
bash
undefined

Initial concept

初始概念

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a logo for a tech company called Nova Labs. Modern, innovative feel."}], "model": "eachsense/beta", "stream": true, "session_id": "nova-labs-branding" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a logo for a tech company called Nova Labs. Modern, innovative feel."}], "model": "eachsense/beta", "stream": true, "session_id": "nova-labs-branding" }'

Refine based on feedback

根据反馈优化

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "I like the concept but make it more bold and add a gradient from purple to blue."}], "model": "eachsense/beta", "stream": true, "session_id": "nova-labs-branding" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "I like the concept but make it more bold and add a gradient from purple to blue."}], "model": "eachsense/beta", "stream": true, "session_id": "nova-labs-branding" }'

Request variations

请求变体方案

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create 3 more variations with different icon styles but keep the same color scheme."}], "model": "eachsense/beta", "stream": true, "session_id": "nova-labs-branding" }'
undefined
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create 3 more variations with different icon styles but keep the same color scheme."}], "model": "eachsense/beta", "stream": true, "session_id": "nova-labs-branding" }'
undefined

Batch Logo Exploration

批量标志方案探索

Generate multiple concepts quickly:
bash
undefined
快速生成多个概念方案:
bash
undefined

Concept A - Minimalist

方案A - 极简风格

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a minimalist logo for Horizon Analytics - clean geometric shapes, single color"}], "model": "eachsense/beta", "stream": true, "mode": "eco" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a minimalist logo for Horizon Analytics - clean geometric shapes, single color"}], "model": "eachsense/beta", "stream": true, "mode": "eco" }'

Concept B - Bold

方案B - 醒目风格

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a bold logo for Horizon Analytics - strong typography, gradient colors"}], "model": "eachsense/beta", "stream": true, "mode": "eco" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a bold logo for Horizon Analytics - strong typography, gradient colors"}], "model": "eachsense/beta", "stream": true, "mode": "eco" }'

Concept C - Abstract

方案C - 抽象风格

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create an abstract logo for Horizon Analytics - flowing shapes suggesting data and insight"}], "model": "eachsense/beta", "stream": true, "mode": "eco" }'
undefined
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create an abstract logo for Horizon Analytics - flowing shapes suggesting data and insight"}], "model": "eachsense/beta", "stream": true, "mode": "eco" }'
undefined

Error Handling

错误处理

ErrorCauseSolution
Failed to create prediction: HTTP 422
Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with content policies
TimeoutComplex generationSet client timeout to minimum 10 minutes
错误原因解决方案
Failed to create prediction: HTTP 422
余额不足在eachlabs.ai进行充值
内容政策违规包含禁止内容调整提示词以符合内容政策
请求超时生成任务复杂将客户端超时设置为至少10分钟

Related Skills

相关技能

  • each-sense
    - Core API documentation
  • product-photo-generation
    - Product photography
  • meta-ad-creative-generation
    - Social media ad creatives
  • each-sense
    - 核心API文档
  • product-photo-generation
    - 产品摄影生成
  • meta-ad-creative-generation
    - 社交媒体广告创意生成