Meshy V7 多图生 3D: API modelli 3D IA

使用 Meshy V7 从 1 到 4 张参考图像重建带纹理的 PBR 3D 模型。支持可配置拓扑、PBR、绑定和动画。

📝

Overview

About this model

使用 Meshy V7 根据同一物体最多四张参考图像生成适合生产的带纹理 3D 资产。Meshy V7 多图生 3D 支持可配置的网格拓扑(quad 或 triangle)、最高 300,000 个多边形的目标多边形数量、对称性控制、PBR 贴图生成、自动人形角色绑定以及预设动作动画。Output格式包括 glTF/GLB、FBX 和 OBJ。

1游戏开发:根据多角度概念艺术重建准确的 3D 角色和道具基础网格。
2产品可视化:根据多张产品照片生成 3D 电商模型。
33D 设计:生成具有一致多视图几何结构的整洁 3D 资产。
💰

Pricing & Value

Cost analysis

muapiappStarting at $1.144 per generation

muapiapp offers option-based pricing with full multi-view PBR, rigging, and animation support.

Fal.ai$0.88 - $1.54 base

供应商基础成本(不含利润)从 $0.88 起。

Replicate$0.88 - $1.54 base

供应商基础成本(不含利润)从 $0.88 起。

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

参考Immagine URLarray

1 to 4 reference images of the same object from different angles.

Default Valueundefined
拓扑结构Enum (2 options)

网格拓扑设置。

Default Valuetriangle
目标多边形数量int

标准重新网格化Output的目标多边形数量。

Default Value30000
对称ModalitàEnum (3 options)

控制模型生成过程中的对称性。

Default Valueauto
是否重新网格化boolean

启用重新网格化以获得更整洁的拓扑结构。

Default Valuetrue
是否生成纹理boolean

为 3D 模型生成纹理。

Default Valuetrue
启用 PBRboolean

除基础颜色纹理外,还生成 PBR 贴图。

Default Valuefalse
姿态ModalitàEnum (2 options)

生成时使用的人形姿势。

Default Valuea-pose
纹理Promptstring

Optional text guidance for texture generation.

Default Value-
启用绑定boolean

自动为人形角色绑定骨骼。

Default Valuefalse
绑定高度(米)number

启用绑定时角色的大致高度(米)。

Default Value1.7
启用动画boolean

应用动画预设(需要先绑定骨骼)。

Default Valuefalse
动画动作 IDint

Meshy 动画预设 ID(0 到 696)。

Default Value92
📖

Implementation Guide

Developer documentation

Come Usare Meshy V7 多图生 3D

  1. 提供参考图像:在 images 数组中提供同一物体的 1 到 4 张参考图像。

  2. 配置网格拓扑:选择 quadtriangle 拓扑,并设置目标多边形数量(100 到 300,000)。

  3. 启用 PBR 和绑定:设置 enable_pbr 以生成逼真材质,并设置 enable_rigging 以绑定人形骨骼。

  4. 提交请求:向 /api/v1/meshy-v7-multi-image-to-3d 发送 POST 请求:

curl -X POST https://api.muapi.ai/api/v1/meshy-v7-multi-image-to-3d \
  -H "Authorization: Bearer $MUAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "images": [
      "https://example.com/front.jpg",
      "https://example.com/side.jpg"
    ],
    "topology": "triangle",
    "target_polycount": 30000,
    "enable_pbr": true,
    "enable_rigging": true
  }'

Common Questions

Frequently asked

可以上传多少张参考图像?

你可以从不同角度为同一物体提供 1 到 4 张参考图像。

Meshy V7 多图生 3D Output哪些文件格式?

Output包括带纹理的 GLB 文件,以及 FBX、OBJ 和 USDZ 格式的 3D 模型。

它可以绑定人形角色吗?

可以,启用 `enable_rigging` 后会生成带可选动画预设的人形骨骼。

每次生成的费用是多少?

Meshy V7 多图生 3D 的价格从每次生成 $1.144 credits 起(标准带纹理网格为 $1.716),Ultra Mode、绑定和动画预设可作为可选附加项。