SandBase is live — $1 in free credits on signupStart free ›
Use in agentMeshy models

Meshy modelsimage generation api

meshy/meshy-v6

Meshy V6 by Meshy - convert 2D images into 3D models with AI. Generate textured 3D assets from single photos for games, AR/VR, e-commerce, and digital content creation.

Input

PNG, JPEG, WebP, or GIF · 20 MiB maximum

Image URL or base64 data URI for 3D model creation. Supports .jpg, .jpeg, and .png formats. Also supports AVIF and HEIF formats which will be automatically converted.
Specify the topology of the generated model. Quad for smooth surfaces, Triangle for detailed geometry. Allowed values: quad, triangle.
Automatically rig the generated model as a humanoid character. Includes basic walking and running animations. Best results with humanoid characters that have clearly defined limbs.
Text prompt to guide the texturing process
Generate PBR Maps (metallic, roughness, normal) in addition to base color
Animation preset ID from Meshy's library (500+ presets). Only used when enable_animation is true. See https://docs.meshy.ai/en/api/animation-library for available action IDs.
Approximate height of the character in meters. Only used when enable_rigging is true.
Whether to generate textures
Pose mode for the generated model. 'a-pose' generates an A-pose, 't-pose' generates a T-pose, empty string for no specific pose. Allowed values: a-pose, t-pose, .
Whether to enable the remesh phase
Deprecated: use pose_mode instead. When true, generates a T-pose model.
100300000
Target number of polygons in the generated model Range: 100 to 300000.

PNG, JPEG, WebP, or GIF · 20 MiB maximum

2D image to guide the texturing process
Apply an animation preset to the rigged model. Requires enable_rigging to be true.
Controls symmetry behavior during model generation. Off disables symmetry, Auto determines it automatically, On enforces symmetry. Allowed values: off, auto, on.
Idle

Example output — click Run to generate your own

API README

Meshy 6

Meshy 6 is a Meshy route built for generative media creation. It turns a focused creative brief and the route-specific inputs into a production-ready media result, giving creators a focused endpoint instead of forcing one generic workflow across materially different production tasks. The route belongs to a family known for production-oriented 3D creation, editable assets, and fast iteration, so it is best evaluated as a creative system for intentional shots and assets rather than as a one-click novelty generator.

Use this endpoint when the input contract and deliverable match that job exactly. Its documented controls include topology choices (quad, triangle); pose_mode choices (a-pose, t-pose, ); enable_pbr (Generate PBR Maps (metallic, roughness, normal) in addition to base color); is_a_t_pose (Deprecated: use pose_mode instead. When true, generates a T-pose model). Together, these controls help teams plan predictable iterations, compare outputs under stable settings, and connect generation to game, product, visualization, and spatial-content pipelines without hiding the operational choices that shape the result.

Highlights

  • Meshy 6: dedicated route-specific generation. This exact route centers on route-specific generation; it uses image to separate its job from neighboring endpoints in the same family.
  • image control. Image URL or base64 data URI for 3D model creation. Supports .jpg, .jpeg, and .png formats. Also supports AVIF and HEIF formats which will be automatically converted; this setting provides a concrete lever for route-specific output planning.
  • topology control. options quad, triangle; use it to build controlled comparisons without changing the rest of the request.
  • pose_mode control. options a-pose, t-pose, ``; together with the other documented fields, it supports repeatable review of this model path.

Pricing

ConfigurationPrice
Standard request$0.800000

When to Use

ScenarioWhy this model fits
Create the exact route outputChoose it when you need generative media creation and already have a focused creative brief and the route-specific inputs.
Develop controlled variationsKeep the main brief fixed while changing one documented setting at a time to compare motion, framing, quality, or asset behavior.
Build repeatable batchesUse a consistent request shape for catalog, campaign, storyboard, game-asset, or social-content production.
Preserve source intentPrefer this route when the supplied reference material must remain the foundation of a production-ready media result.
Connect a media pipelineUse asynchronous results in an automated review, approval, post-production, or asset-management workflow.

Prompt Guide

Start with the desired result, then describe the source relationship, subject action, composition or camera behavior, lighting, style, and timing. For generative media creation, state what must remain stable as clearly as what should change. Use only fields exposed by the schema; the example below is structurally valid for this route.

{
  "image": "https://static.sandbase.ai/examples/meshy/meshy-v6/input_image_0.png",
  "topology": "triangle",
  "pose_mode": "",
  "enable_pbr": false,
  "is_a_t_pose": false
}

Technical Specs

SpecificationValue
Model IDmeshy/meshy-v6
WorkflowGenerative media creation
Required inputsimage
imagestring
topologystring; options: quad, triangle
pose_modestring; options: a-pose, t-pose, ``
enable_pbrboolean
is_a_t_poseboolean
should_remeshboolean
symmetry_modestring; options: off, auto, on
enable_riggingboolean
should_textureboolean
texture_promptstring

Related Models

Related Models