logo-generation
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseLogo 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
标志风格与适用场景
| Style | Best For | Characteristics |
|---|---|---|
| Wordmark | Unique brand names, startups | Typography-focused, readable |
| Icon/Symbol | App icons, favicons, social media | Scalable, memorable |
| Combination | Full branding, websites | Versatile, complete identity |
| Monogram | Luxury brands, law firms | Elegant, compact |
| Mascot | Sports teams, food brands, gaming | Friendly, memorable |
| Abstract | Tech companies, innovation | Modern, unique |
| Emblem | Universities, government, heritage brands | Traditional, authoritative |
| Minimalist | Modern brands, apps | Clean, 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 to create consistent logo variations:
session_idbash
undefined使用创建风格一致的标志变体:
session_idbash
undefinedCreate 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" }'
-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" }'
-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" }'
-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" }'
-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" }'
-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" }'
undefinedcurl -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" }'
-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" }'
undefined10. 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:
- Brand Name: Exact spelling and capitalization
- Industry/Type: What does the business do?
- Style Preference: Modern, classic, playful, professional, etc.
- Color Preferences: Specific colors or color feelings
- Imagery Ideas: Any symbols or concepts to incorporate
- Usage Context: Where will the logo be used most?
- What to Avoid: Any styles or elements to stay away from
请求生成标志时,需包含以下细节:
- 品牌名称:准确拼写与大小写
- 行业/类型:企业的业务范畴
- 风格偏好:现代、经典、活泼、专业等
- 颜色偏好:具体颜色或色彩感觉
- 意象构思:需融入的符号或概念
- 使用场景:标志的主要使用场景
- 避忌元素:需避免的风格或元素
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?"
| Mode | Best For | Speed | Quality |
|---|---|---|---|
| Final logo designs, client presentations | Slower | Highest |
| Quick concepts, brainstorming, exploration | Faster | Good |
生成前请询问用户:
"您需要快速低成本的方案,还是高质量的方案?"
| 模式 | 适用场景 | 速度 | 质量 |
|---|---|---|---|
| 最终标志设计、客户展示 | 较慢 | 最高 |
| 快速概念生成、头脑风暴、方案探索 | 较快 | 良好 |
Multi-Turn Logo Development
多轮标志迭代开发
Use for iterative logo design:
session_idbash
undefined使用进行迭代式标志设计:
session_idbash
undefinedInitial 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" }'
-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" }'
-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" }'
-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" }'
-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" }'
-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" }'
undefinedcurl -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" }'
-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" }'
undefinedBatch Logo Exploration
批量标志方案探索
Generate multiple concepts quickly:
bash
undefined快速生成多个概念方案:
bash
undefinedConcept 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" }'
-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" }'
-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" }'
-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" }'
-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" }'
-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" }'
undefinedcurl -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" }'
-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" }'
undefinedError Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Insufficient balance | Top up at eachlabs.ai |
| Content policy violation | Prohibited content | Adjust prompt to comply with content policies |
| Timeout | Complex generation | Set client timeout to minimum 10 minutes |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 余额不足 | 在eachlabs.ai进行充值 |
| 内容政策违规 | 包含禁止内容 | 调整提示词以符合内容政策 |
| 请求超时 | 生成任务复杂 | 将客户端超时设置为至少10分钟 |
Related Skills
相关技能
- - Core API documentation
each-sense - - Product photography
product-photo-generation - - Social media ad creatives
meta-ad-creative-generation
- - 核心API文档
each-sense - - 产品摄影生成
product-photo-generation - - 社交媒体广告创意生成
meta-ad-creative-generation