architecture-rendering

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Architecture Rendering

建筑效果图生成

Generate stunning architectural visualizations using each::sense. This skill creates photorealistic renders from sketches, floor plans, and text descriptions for architects, interior designers, real estate developers, and visualization studios.
使用each::sense生成令人惊艳的建筑可视化内容。该技能可根据草图、平面图和文本描述,为建筑师、室内设计师、房地产开发商和可视化工作室生成具有照片真实感的效果图。

Features

功能特性

  • Exterior Renders: Photorealistic building exteriors with landscaping and context
  • Interior Visualization: Detailed interior spaces with furniture, lighting, and materials
  • Sketch to Render: Transform hand-drawn sketches into photorealistic images
  • Aerial Views: Bird's eye perspectives and drone-style shots
  • Night Scenes: Dramatic nighttime renders with artificial lighting
  • Construction Visualization: Progress renders and phased development views
  • Historical Restoration: Visualize restored heritage buildings
  • Landscape Architecture: Gardens, parks, and outdoor spaces
  • 外立面效果图:带有景观和环境背景的照片级真实感建筑外立面
  • 室内可视化:包含家具、灯光与材质的精细化室内空间效果
  • 草图转效果图:将手绘草图转换为照片级真实感图像
  • 鸟瞰视图:鸟瞰视角与无人机风格拍摄效果
  • 夜景场景:带有人工照明的氛围感夜景效果图
  • 施工进度可视化:施工进度与分阶段开发视图
  • 历史建筑修复:可视化修复后的历史建筑效果
  • 景观建筑:花园、公园与户外空间的可视化

Quick Start

快速开始

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a photorealistic exterior render of a modern minimalist house with floor-to-ceiling glass windows, white concrete walls, flat roof, surrounded by a manicured garden with a pool",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a photorealistic exterior render of a modern minimalist house with floor-to-ceiling glass windows, white concrete walls, flat roof, surrounded by a manicured garden with a pool",
    "mode": "max"
  }'

Common Render Types & Specifications

常见效果图类型与规格

Render TypeTypical Aspect RatioBest For
Exterior Hero Shot16:9Marketing, presentations
Interior Room View4:3 or 16:9Interior design proposals
Aerial/Bird's Eye16:9 or 1:1Site plans, masterplans
Vertical Facade9:16 or 3:4Social media, tall buildings
Construction Progress16:9Client updates, documentation
效果图类型典型宽高比适用场景
外立面主视觉图16:9营销推广、展示汇报
室内空间视图4:3 或 16:9室内设计方案提案
鸟瞰视图16:9 或 1:1场地规划、总平面图
垂直立面图9:16 或 3:4社交媒体、高层建筑展示
施工进度图16:9客户更新、项目文档

Use Case Examples

应用案例示例

1. Exterior Building Render

1. 建筑外立面效果图

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a photorealistic exterior render of a contemporary three-story residential building. Features: exposed concrete and timber cladding, large balconies with glass railings, green roof terrace, floor-to-ceiling windows. Environment: urban street setting, mature trees, late afternoon golden hour lighting, slight overcast for soft shadows. Professional architectural photography style.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a photorealistic exterior render of a contemporary three-story residential building. Features: exposed concrete and timber cladding, large balconies with glass railings, green roof terrace, floor-to-ceiling windows. Environment: urban street setting, mature trees, late afternoon golden hour lighting, slight overcast for soft shadows. Professional architectural photography style.",
    "mode": "max"
  }'

2. Interior Architectural Render

2. 室内建筑效果图

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a photorealistic interior render of a luxury open-plan living room. Features: double-height ceiling with exposed wooden beams, polished concrete floors, a large sectional sofa in cream fabric, floor-to-ceiling windows overlooking mountains, modern fireplace with black steel surround, pendant lighting fixtures. Style: Scandinavian minimalism meets industrial. Warm natural daylight flooding through windows.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a photorealistic interior render of a luxury open-plan living room. Features: double-height ceiling with exposed wooden beams, polished concrete floors, a large sectional sofa in cream fabric, floor-to-ceiling windows overlooking mountains, modern fireplace with black steel surround, pendant lighting fixtures. Style: Scandinavian minimalism meets industrial. Warm natural daylight flooding through windows.",
    "mode": "max"
  }'

3. Sketch to Render Conversion

3. 草图转效果图

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Convert this architectural sketch into a photorealistic render. Interpret it as a modern office building with glass curtain wall facade, steel structural elements visible, rooftop garden. Add realistic context: urban setting, pedestrians, cars, trees. Professional architectural visualization quality, sunny day with blue sky and some clouds.",
    "mode": "max",
    "image_urls": ["https://example.com/architecture-sketch.jpg"]
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Convert this architectural sketch into a photorealistic render. Interpret it as a modern office building with glass curtain wall facade, steel structural elements visible, rooftop garden. Add realistic context: urban setting, pedestrians, cars, trees. Professional architectural visualization quality, sunny day with blue sky and some clouds.",
    "mode": "max",
    "image_urls": ["https://example.com/architecture-sketch.jpg"]
  }'

4. Modern House Visualization

4. 现代住宅可视化

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Generate a photorealistic render of a modern single-family home. Architecture: two-story with cantilevered upper floor, white stucco exterior, dark bronze window frames, integrated garage, flat roof with hidden parapets. Landscaping: drought-tolerant native plants, gravel pathways, specimen olive tree. Setting: hillside lot with city views in background. Time: dusk with interior lights glowing warmly, exterior accent lighting.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Generate a photorealistic render of a modern single-family home. Architecture: two-story with cantilevered upper floor, white stucco exterior, dark bronze window frames, integrated garage, flat roof with hidden parapets. Landscaping: drought-tolerant native plants, gravel pathways, specimen olive tree. Setting: hillside lot with city views in background. Time: dusk with interior lights glowing warmly, exterior accent lighting.",
    "mode": "max"
  }'

5. Commercial Building Render

5. 商业建筑效果图

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a professional architectural visualization of a 20-story commercial office tower. Design: curtain wall glass facade with vertical aluminum fins for solar shading, ground floor retail with double-height lobby, green terraces every 5 floors, rooftop helipad. Context: downtown business district, plaza with water feature at entrance, people walking. Lighting: midday sun, crisp shadows, reflections in glass.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a professional architectural visualization of a 20-story commercial office tower. Design: curtain wall glass facade with vertical aluminum fins for solar shading, ground floor retail with double-height lobby, green terraces every 5 floors, rooftop helipad. Context: downtown business district, plaza with water feature at entrance, people walking. Lighting: midday sun, crisp shadows, reflections in glass.",
    "mode": "max"
  }'

6. Landscape Architecture Visualization

6. 景观建筑可视化

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Render a landscape architecture design for a public urban park. Features: meandering pedestrian paths with permeable pavers, native wildflower meadows, a central pond with wooden deck overlook, children playground with natural materials, seating areas with shade structures, mature deciduous and evergreen trees. Include families enjoying the space, joggers, people walking dogs. Spring season, sunny day, vibrant green foliage.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Render a landscape architecture design for a public urban park. Features: meandering pedestrian paths with permeable pavers, native wildflower meadows, a central pond with wooden deck overlook, children playground with natural materials, seating areas with shade structures, mature deciduous and evergreen trees. Include families enjoying the space, joggers, people walking dogs. Spring season, sunny day, vibrant green foliage.",
    "mode": "max"
  }'

7. Night Scene Render

7. 夜景效果图

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a dramatic nighttime architectural render of a luxury boutique hotel entrance. Building: Art Deco revival style with geometric patterns, brass detailing, black granite facade. Lighting: warm interior glow through large windows, facade uplighting highlighting architectural details, subtle landscape lighting, illuminated hotel sign. Scene: valet area with luxury car, doorman, guests arriving. Atmosphere: sophisticated, inviting, slight wet pavement reflections from recent rain.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a dramatic nighttime architectural render of a luxury boutique hotel entrance. Building: Art Deco revival style with geometric patterns, brass detailing, black granite facade. Lighting: warm interior glow through large windows, facade uplighting highlighting architectural details, subtle landscape lighting, illuminated hotel sign. Scene: valet area with luxury car, doorman, guests arriving. Atmosphere: sophisticated, inviting, slight wet pavement reflections from recent rain.",
    "mode": "max"
  }'

8. Aerial/Bird's Eye View

8. 鸟瞰视图

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Generate an aerial architectural render of a mixed-use development masterplan. Layout: central public plaza, surrounding mid-rise residential buildings (6-8 stories), ground floor retail, underground parking entrances, community center with distinctive curved roof. Include: rooftop gardens, tree-lined streets, pedestrian promenades, outdoor dining areas. View: 45-degree angle bird's eye perspective, showing the full development and neighborhood context. Clear day, afternoon light.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Generate an aerial architectural render of a mixed-use development masterplan. Layout: central public plaza, surrounding mid-rise residential buildings (6-8 stories), ground floor retail, underground parking entrances, community center with distinctive curved roof. Include: rooftop gardens, tree-lined streets, pedestrian promenades, outdoor dining areas. View: 45-degree angle bird's eye perspective, showing the full development and neighborhood context. Clear day, afternoon light.",
    "mode": "max"
  }'

9. Construction Progress Visualization

9. 施工进度可视化

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a construction progress visualization showing a residential tower at 60% completion. Show: concrete core structure complete, lower floors with installed curtain wall glazing, upper floors with exposed steel framing and temporary weather protection, tower crane active, construction workers on scaffolding (safe distances), ground level site office and material staging. Style: documentary realism, overcast day for even lighting, professional construction photography look.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a construction progress visualization showing a residential tower at 60% completion. Show: concrete core structure complete, lower floors with installed curtain wall glazing, upper floors with exposed steel framing and temporary weather protection, tower crane active, construction workers on scaffolding (safe distances), ground level site office and material staging. Style: documentary realism, overcast day for even lighting, professional construction photography look.",
    "mode": "max"
  }'

10. Historical Building Restoration Render

10. 历史建筑修复效果图

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Visualize a restored Victorian-era mansion. Architecture: three-story red brick with ornate white trim, wraparound porch with turned columns, steep gabled roof with decorative shingles, restored original windows with period-appropriate shutters, chimney stacks. Grounds: formal English garden with boxwood hedges, gravel carriage drive, restored iron fence and gate. Show both the historical authenticity and modern updates like subtle landscape lighting. Golden hour lighting, autumn foliage.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Visualize a restored Victorian-era mansion. Architecture: three-story red brick with ornate white trim, wraparound porch with turned columns, steep gabled roof with decorative shingles, restored original windows with period-appropriate shutters, chimney stacks. Grounds: formal English garden with boxwood hedges, gravel carriage drive, restored iron fence and gate. Show both the historical authenticity and modern updates like subtle landscape lighting. Golden hour lighting, autumn foliage.",
    "mode": "max"
  }'

Best Practices

最佳实践

Render Quality Tips

效果图质量提升技巧

  • Lighting: Specify time of day and weather conditions for appropriate shadows and mood
  • Materials: Describe textures explicitly (polished concrete, brushed steel, matte wood)
  • Context: Include surroundings (streets, vegetation, people) for realism
  • Scale Reference: Add people, cars, or furniture to convey scale
  • Camera Angle: Specify perspective (eye-level, low angle, bird's eye)
  • 光线设置:明确指定时间段与天气条件,以获得合适的阴影与氛围
  • 材质描述:清晰说明纹理细节(如抛光混凝土、拉丝钢材、哑光木材)
  • 环境背景:加入周边环境(街道、植被、人物)以增强真实感
  • 比例参考:添加人物、车辆或家具来体现建筑尺度
  • 相机角度:指定视角(人眼高度、低角度、鸟瞰)

Prompt Structure for Architecture

建筑类提示词结构

When creating architectural renders, include these elements:
  1. Building Type: Residential, commercial, institutional, mixed-use
  2. Architectural Style: Modern, contemporary, traditional, industrial
  3. Key Features: Materials, facade elements, structural systems
  4. Environment: Urban, suburban, rural, waterfront
  5. Time & Weather: Golden hour, midday, dusk, night; sunny, overcast, dramatic
  6. View Angle: Eye-level, aerial, worm's eye, three-quarter view
  7. Context Elements: People, vehicles, landscaping, neighboring buildings
生成建筑效果图时,建议包含以下元素:
  1. 建筑类型:住宅、商业、公共建筑、混合用途
  2. 建筑风格:现代、当代、传统、工业风
  3. 核心特征:材质、外立面元素、结构系统
  4. 环境背景:城市、郊区、乡村、滨水
  5. 时间与天气:黄金时刻、正午、黄昏、夜晚;晴天、阴天、氛围感天气
  6. 视角:人眼高度、鸟瞰、仰视、四分之三视图
  7. 环境元素:人物、车辆、景观、周边建筑

Example Prompt Template

提示词模板示例

"Create a photorealistic [view type] render of a [building type].
Architecture: [style], [key features], [materials].
Environment: [setting], [landscaping].
Lighting: [time of day], [weather conditions].
Include: [context elements like people, cars, etc.]
Style: [professional architectural visualization / specific mood]."
"生成一张照片级真实感的[视图类型]效果图,主体为[建筑类型]。
建筑风格:[风格],[核心特征],[材质]。
环境背景:[场地],[景观]。
光线:[时间段],[天气条件]。
包含:[人物、车辆等环境元素]
风格:[专业建筑可视化 / 特定氛围]。"

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast drafts or final presentation quality?"
ModeBest ForSpeedQuality
max
Final presentations, client deliverables, marketing materialsSlowerHighest
eco
Quick concept exploration, early design iterations, massing studiesFasterGood
生成前可询问用户:
"您需要快速草稿还是最终展示级质量?"
模式适用场景速度质量
max
最终展示汇报、客户交付成果、营销物料较慢最高
eco
快速概念探索、早期设计迭代、体块研究较快良好

Multi-Turn Design Iteration

多轮设计迭代

Use
session_id
to iterate on architectural renders:
bash
undefined
使用
session_id
实现建筑效果图的迭代优化:
bash
undefined

Initial concept render

初始概念效果图

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create an exterior render of a modern beach house with large glass walls and a wooden deck", "session_id": "beach-house-project", "mode": "eco" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create an exterior render of a modern beach house with large glass walls and a wooden deck", "session_id": "beach-house-project", "mode": "eco" }'

Design revision

设计修改

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Add a rooftop terrace with a pergola and outdoor kitchen. Make the facade more tropical with natural stone accents.", "session_id": "beach-house-project" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Add a rooftop terrace with a pergola and outdoor kitchen. Make the facade more tropical with natural stone accents.", "session_id": "beach-house-project" }'

Time of day variation

时间段变体

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a sunset version of this design with warm lighting and the interior lights starting to glow", "session_id": "beach-house-project", "mode": "max" }'
undefined
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a sunset version of this design with warm lighting and the interior lights starting to glow", "session_id": "beach-house-project", "mode": "max" }'
undefined

Presentation Set Generation

展示素材集生成

Generate a complete set of renders for a project:
bash
undefined
为项目生成完整的效果图素材集:
bash
undefined

Hero exterior shot

外立面主视觉图

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the main exterior hero shot of our modern villa project - front facade, golden hour, dramatic angle", "session_id": "villa-presentation", "mode": "max" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create the main exterior hero shot of our modern villa project - front facade, golden hour, dramatic angle", "session_id": "villa-presentation", "mode": "max" }'

Interior living space

室内起居空间

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Now create an interior render of the main living area - open plan, same modern style, afternoon light", "session_id": "villa-presentation", "mode": "max" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Now create an interior render of the main living area - open plan, same modern style, afternoon light", "session_id": "villa-presentation", "mode": "max" }'

Aerial site view

场地鸟瞰图

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Generate an aerial view showing the villa in its landscape context - pool, garden, and property boundaries", "session_id": "villa-presentation", "mode": "max" }'
undefined
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Generate an aerial view showing the villa in its landscape context - pool, garden, and property boundaries", "session_id": "villa-presentation", "mode": "max" }'
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
Low quality outputInsufficient detail in promptAdd more specific architectural details, materials, lighting
错误原因解决方案
Failed to create prediction: HTTP 422
余额不足前往eachlabs.ai进行充值
内容政策违规包含禁止内容修改提示词以符合内容政策
超时生成任务复杂将客户端超时设置为至少10分钟
输出质量低提示词细节不足添加更具体的建筑细节、材质、光线描述

Related Skills

相关技能

  • each-sense
    - Core API documentation
  • product-photo-generation
    - Product visualization
  • interior-design-generation
    - Interior styling focus
  • each-sense
    - 核心API文档
  • product-photo-generation
    - 产品可视化
  • interior-design-generation
    - 室内设计聚焦