Meshy-6

Meshy-6 is a 3D generation model for text-to-3D and image-to-3D workflows. It is built for cleaner geometry, sharper hard-surface detail, low-poly generation, configurable quad or triangle topology, polycount and symmetry control, A/T pose support, and textured outputs with optional PBR materials. It fits game asset creation, 3D printing, and production-oriented 3D pipelines.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples4
CODE
Ready-to-use code snippets for common workflows
Guides1
LEARN
Step-by-step tutorials for advanced use cases
Porcelain Koi Music Box
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'meshy:meshy@6',
positivePrompt: 'An ornate tabletop music box shaped like a leaping koi fish wrapped around a circular porcelain base, elegant fins forming structural supports, brass winding key, enamel inlays, carved wave motifs, polished ceramic surfaces, refined hard-surface detail, stylized collectible product design, isolated single object, clean silhouette, highly readable form, premium craftsmanship',
settings: {
meshType: 'standard',
topology: 'quad',
polyCount: 42000,
symmetry: 'auto',
origin: 'bottom',
texture: true,
hdTexture: true,
pbr: true,
removeLighting: true,
remesh: true,
decimation: 2,
moderation: true,
autoSize: true,
texturePrompt: 'glossy white porcelain body with cobalt blue painted scale accents, brushed brass hardware, subtle hairline ceramic crackle, clean manufactured finish, luxurious collector item materials'
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "meshy:meshy@6",
"positivePrompt": "An ornate tabletop music box shaped like a leaping koi fish wrapped around a circular porcelain base, elegant fins forming structural supports, brass winding key, enamel inlays, carved wave motifs, polished ceramic surfaces, refined hard-surface detail, stylized collectible product design, isolated single object, clean silhouette, highly readable form, premium craftsmanship",
"settings": {
"meshType": "standard",
"topology": "quad",
"polyCount": 42000,
"symmetry": "auto",
"origin": "bottom",
"texture": True,
"hdTexture": True,
"pbr": True,
"removeLighting": True,
"remesh": True,
"decimation": 2,
"moderation": True,
"autoSize": True,
"texturePrompt": "glossy white porcelain body with cobalt blue painted scale accents, brushed brass hardware, subtle hairline ceramic crackle, clean manufactured finish, luxurious collector item materials"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "3dInference",
"taskUUID": "c6869c8e-5b95-445c-964d-3452abd1e729",
"model": "meshy:meshy@6",
"positivePrompt": "An ornate tabletop music box shaped like a leaping koi fish wrapped around a circular porcelain base, elegant fins forming structural supports, brass winding key, enamel inlays, carved wave motifs, polished ceramic surfaces, refined hard-surface detail, stylized collectible product design, isolated single object, clean silhouette, highly readable form, premium craftsmanship",
"settings": {
"meshType": "standard",
"topology": "quad",
"polyCount": 42000,
"symmetry": "auto",
"origin": "bottom",
"texture": true,
"hdTexture": true,
"pbr": true,
"removeLighting": true,
"remesh": true,
"decimation": 2,
"moderation": true,
"autoSize": true,
"texturePrompt": "glossy white porcelain body with cobalt blue painted scale accents, brushed brass hardware, subtle hairline ceramic crackle, clean manufactured finish, luxurious collector item materials"
}
}
]'runware run meshy:meshy@6 \
positivePrompt="An ornate tabletop music box shaped like a leaping koi fish wrapped around a circular porcelain base, elegant fins forming structural supports, brass winding key, enamel inlays, carved wave motifs, polished ceramic surfaces, refined hard-surface detail, stylized collectible product design, isolated single object, clean silhouette, highly readable form, premium craftsmanship" \
settings.meshType=standard \
settings.topology=quad \
settings.polyCount=42000 \
settings.symmetry=auto \
settings.origin=bottom \
settings.texture=true \
settings.hdTexture=true \
settings.pbr=true \
settings.removeLighting=true \
settings.remesh=true \
settings.decimation=2 \
settings.moderation=true \
settings.autoSize=true \
settings.texturePrompt="glossy white porcelain body with cobalt blue painted scale accents, brushed brass hardware, subtle hairline ceramic crackle, clean manufactured finish, luxurious collector item materials"{
"taskType": "3dInference",
"taskUUID": "c6869c8e-5b95-445c-964d-3452abd1e729",
"model": "meshy:meshy@6",
"positivePrompt": "An ornate tabletop music box shaped like a leaping koi fish wrapped around a circular porcelain base, elegant fins forming structural supports, brass winding key, enamel inlays, carved wave motifs, polished ceramic surfaces, refined hard-surface detail, stylized collectible product design, isolated single object, clean silhouette, highly readable form, premium craftsmanship",
"settings": {
"meshType": "standard",
"topology": "quad",
"polyCount": 42000,
"symmetry": "auto",
"origin": "bottom",
"texture": true,
"hdTexture": true,
"pbr": true,
"removeLighting": true,
"remesh": true,
"decimation": 2,
"moderation": true,
"autoSize": true,
"texturePrompt": "glossy white porcelain body with cobalt blue painted scale accents, brushed brass hardware, subtle hairline ceramic crackle, clean manufactured finish, luxurious collector item materials"
}
}{
"taskType": "3dInference",
"taskUUID": "c6869c8e-5b95-445c-964d-3452abd1e729",
"seed": 824875467,
"cost": 0.8,
"outputs": {
"files": [
{
"uuid": "dbeb5963-05cd-49ec-9bcd-2b325a2be976",
"url": "https://im.runware.ai/image/os/a06dlim3/ws/5/ii/dbeb5963-05cd-49ec-9bcd-2b325a2be976.glb"
}
]
}
}Folded Paper Festival Dragon
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'meshy:meshy@6',
positivePrompt: 'A stylized festival dragon sculpture made from layered folded paper and painted wood, coiled in an elegant S-curve, angular scales, broad crest fins, carved mask-like face, tassel ornaments, segmented body rings, decorative saddle platform on its back, crafted as a collectible display model, crisp silhouette, readable forms from every angle, playful fantasy craftsmanship, vivid vermilion, jade, cream, and brushed gold accents',
settings: {
meshType: 'lowpoly',
topology: 'quad',
symmetry: 'on',
decimation: 3,
polyCount: 28000,
texture: true,
hdTexture: true,
pbr: true,
origin: 'bottom',
remesh: true,
removeLighting: true,
autoSize: true,
moderation: true,
texturePrompt: 'Matte painted paper surfaces, subtle fiber texture, lacquered wood trims, brushed gold details, clean hand-crafted finish, gentle edge wear, rich festival colors'
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "meshy:meshy@6",
"positivePrompt": "A stylized festival dragon sculpture made from layered folded paper and painted wood, coiled in an elegant S-curve, angular scales, broad crest fins, carved mask-like face, tassel ornaments, segmented body rings, decorative saddle platform on its back, crafted as a collectible display model, crisp silhouette, readable forms from every angle, playful fantasy craftsmanship, vivid vermilion, jade, cream, and brushed gold accents",
"settings": {
"meshType": "lowpoly",
"topology": "quad",
"symmetry": "on",
"decimation": 3,
"polyCount": 28000,
"texture": True,
"hdTexture": True,
"pbr": True,
"origin": "bottom",
"remesh": True,
"removeLighting": True,
"autoSize": True,
"moderation": True,
"texturePrompt": "Matte painted paper surfaces, subtle fiber texture, lacquered wood trims, brushed gold details, clean hand-crafted finish, gentle edge wear, rich festival colors"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "3dInference",
"taskUUID": "82b5fb94-5fa9-4d6c-8144-55075e13fdc9",
"model": "meshy:meshy@6",
"positivePrompt": "A stylized festival dragon sculpture made from layered folded paper and painted wood, coiled in an elegant S-curve, angular scales, broad crest fins, carved mask-like face, tassel ornaments, segmented body rings, decorative saddle platform on its back, crafted as a collectible display model, crisp silhouette, readable forms from every angle, playful fantasy craftsmanship, vivid vermilion, jade, cream, and brushed gold accents",
"settings": {
"meshType": "lowpoly",
"topology": "quad",
"symmetry": "on",
"decimation": 3,
"polyCount": 28000,
"texture": true,
"hdTexture": true,
"pbr": true,
"origin": "bottom",
"remesh": true,
"removeLighting": true,
"autoSize": true,
"moderation": true,
"texturePrompt": "Matte painted paper surfaces, subtle fiber texture, lacquered wood trims, brushed gold details, clean hand-crafted finish, gentle edge wear, rich festival colors"
}
}
]'runware run meshy:meshy@6 \
positivePrompt="A stylized festival dragon sculpture made from layered folded paper and painted wood, coiled in an elegant S-curve, angular scales, broad crest fins, carved mask-like face, tassel ornaments, segmented body rings, decorative saddle platform on its back, crafted as a collectible display model, crisp silhouette, readable forms from every angle, playful fantasy craftsmanship, vivid vermilion, jade, cream, and brushed gold accents" \
settings.meshType=lowpoly \
settings.topology=quad \
settings.symmetry=on \
settings.decimation=3 \
settings.polyCount=28000 \
settings.texture=true \
settings.hdTexture=true \
settings.pbr=true \
settings.origin=bottom \
settings.remesh=true \
settings.removeLighting=true \
settings.autoSize=true \
settings.moderation=true \
settings.texturePrompt="Matte painted paper surfaces, subtle fiber texture, lacquered wood trims, brushed gold details, clean hand-crafted finish, gentle edge wear, rich festival colors"{
"taskType": "3dInference",
"taskUUID": "82b5fb94-5fa9-4d6c-8144-55075e13fdc9",
"model": "meshy:meshy@6",
"positivePrompt": "A stylized festival dragon sculpture made from layered folded paper and painted wood, coiled in an elegant S-curve, angular scales, broad crest fins, carved mask-like face, tassel ornaments, segmented body rings, decorative saddle platform on its back, crafted as a collectible display model, crisp silhouette, readable forms from every angle, playful fantasy craftsmanship, vivid vermilion, jade, cream, and brushed gold accents",
"settings": {
"meshType": "lowpoly",
"topology": "quad",
"symmetry": "on",
"decimation": 3,
"polyCount": 28000,
"texture": true,
"hdTexture": true,
"pbr": true,
"origin": "bottom",
"remesh": true,
"removeLighting": true,
"autoSize": true,
"moderation": true,
"texturePrompt": "Matte painted paper surfaces, subtle fiber texture, lacquered wood trims, brushed gold details, clean hand-crafted finish, gentle edge wear, rich festival colors"
}
}{
"taskType": "3dInference",
"taskUUID": "82b5fb94-5fa9-4d6c-8144-55075e13fdc9",
"seed": 361501514,
"cost": 0.8,
"outputs": {
"files": [
{
"uuid": "b41c84e1-78ac-4b7f-b160-c8826c0faeb6",
"url": "https://im.runware.ai/image/os/a03d21/ws/5/ii/b41c84e1-78ac-4b7f-b160-c8826c0faeb6.glb"
}
]
}
}Mossy Relic Courier Figurine
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'meshy:meshy@6',
positivePrompt: 'A stylized fantasy relic courier character designed as a collectible 3D figurine, compact proportions, mushroom-cap helmet shaped like weathered stone, patched coat, thick belt, oversized satchel packed with engraved ruin fragments, sturdy boots, moss and tiny vine details, charming adventurous personality, crisp silhouette, readable hard-surface accessories, suitable for a game asset and textured miniature.',
settings: {
imageEnhancement: true,
meshType: 'standard',
topology: 'quad',
polyCount: 28000,
symmetry: 'off',
texture: true,
hdTexture: true,
pbr: true,
removeLighting: true,
origin: 'bottom',
remesh: true,
moderation: false,
texturePrompt: 'Weathered stone helmet, earthy fabric, worn leather straps, muted forest palette, subtle moss growth, engraved parcel details, clean production-ready textures.'
},
inputs: {
images: [
'https://assets.runware.ai/assets/inputs/46e9d506-4ee3-471d-9c15-ee87c57e412f.jpg',
'https://assets.runware.ai/assets/inputs/9bbd6408-f78f-4fa2-ada8-0b2ff9a0464c.jpg',
'https://assets.runware.ai/assets/inputs/13889a64-40a8-4634-8740-d152c4193412.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "meshy:meshy@6",
"positivePrompt": "A stylized fantasy relic courier character designed as a collectible 3D figurine, compact proportions, mushroom-cap helmet shaped like weathered stone, patched coat, thick belt, oversized satchel packed with engraved ruin fragments, sturdy boots, moss and tiny vine details, charming adventurous personality, crisp silhouette, readable hard-surface accessories, suitable for a game asset and textured miniature.",
"settings": {
"imageEnhancement": True,
"meshType": "standard",
"topology": "quad",
"polyCount": 28000,
"symmetry": "off",
"texture": True,
"hdTexture": True,
"pbr": True,
"removeLighting": True,
"origin": "bottom",
"remesh": True,
"moderation": False,
"texturePrompt": "Weathered stone helmet, earthy fabric, worn leather straps, muted forest palette, subtle moss growth, engraved parcel details, clean production-ready textures."
},
"inputs": {
"images": [
"https://assets.runware.ai/assets/inputs/46e9d506-4ee3-471d-9c15-ee87c57e412f.jpg",
"https://assets.runware.ai/assets/inputs/9bbd6408-f78f-4fa2-ada8-0b2ff9a0464c.jpg",
"https://assets.runware.ai/assets/inputs/13889a64-40a8-4634-8740-d152c4193412.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "3dInference",
"taskUUID": "c4278a91-6c18-494d-a0d9-a4359dcbd783",
"model": "meshy:meshy@6",
"positivePrompt": "A stylized fantasy relic courier character designed as a collectible 3D figurine, compact proportions, mushroom-cap helmet shaped like weathered stone, patched coat, thick belt, oversized satchel packed with engraved ruin fragments, sturdy boots, moss and tiny vine details, charming adventurous personality, crisp silhouette, readable hard-surface accessories, suitable for a game asset and textured miniature.",
"settings": {
"imageEnhancement": true,
"meshType": "standard",
"topology": "quad",
"polyCount": 28000,
"symmetry": "off",
"texture": true,
"hdTexture": true,
"pbr": true,
"removeLighting": true,
"origin": "bottom",
"remesh": true,
"moderation": false,
"texturePrompt": "Weathered stone helmet, earthy fabric, worn leather straps, muted forest palette, subtle moss growth, engraved parcel details, clean production-ready textures."
},
"inputs": {
"images": [
"https://assets.runware.ai/assets/inputs/46e9d506-4ee3-471d-9c15-ee87c57e412f.jpg",
"https://assets.runware.ai/assets/inputs/9bbd6408-f78f-4fa2-ada8-0b2ff9a0464c.jpg",
"https://assets.runware.ai/assets/inputs/13889a64-40a8-4634-8740-d152c4193412.jpg"
]
}
}
]'runware run meshy:meshy@6 \
positivePrompt="A stylized fantasy relic courier character designed as a collectible 3D figurine, compact proportions, mushroom-cap helmet shaped like weathered stone, patched coat, thick belt, oversized satchel packed with engraved ruin fragments, sturdy boots, moss and tiny vine details, charming adventurous personality, crisp silhouette, readable hard-surface accessories, suitable for a game asset and textured miniature." \
settings.imageEnhancement=true \
settings.meshType=standard \
settings.topology=quad \
settings.polyCount=28000 \
settings.symmetry=off \
settings.texture=true \
settings.hdTexture=true \
settings.pbr=true \
settings.removeLighting=true \
settings.origin=bottom \
settings.remesh=true \
settings.moderation=false \
settings.texturePrompt="Weathered stone helmet, earthy fabric, worn leather straps, muted forest palette, subtle moss growth, engraved parcel details, clean production-ready textures." \
inputs.images.0=https://assets.runware.ai/assets/inputs/46e9d506-4ee3-471d-9c15-ee87c57e412f.jpg \
inputs.images.1=https://assets.runware.ai/assets/inputs/9bbd6408-f78f-4fa2-ada8-0b2ff9a0464c.jpg \
inputs.images.2=https://assets.runware.ai/assets/inputs/13889a64-40a8-4634-8740-d152c4193412.jpg{
"taskType": "3dInference",
"taskUUID": "c4278a91-6c18-494d-a0d9-a4359dcbd783",
"model": "meshy:meshy@6",
"positivePrompt": "A stylized fantasy relic courier character designed as a collectible 3D figurine, compact proportions, mushroom-cap helmet shaped like weathered stone, patched coat, thick belt, oversized satchel packed with engraved ruin fragments, sturdy boots, moss and tiny vine details, charming adventurous personality, crisp silhouette, readable hard-surface accessories, suitable for a game asset and textured miniature.",
"settings": {
"imageEnhancement": true,
"meshType": "standard",
"topology": "quad",
"polyCount": 28000,
"symmetry": "off",
"texture": true,
"hdTexture": true,
"pbr": true,
"removeLighting": true,
"origin": "bottom",
"remesh": true,
"moderation": false,
"texturePrompt": "Weathered stone helmet, earthy fabric, worn leather straps, muted forest palette, subtle moss growth, engraved parcel details, clean production-ready textures."
},
"inputs": {
"images": [
"https://assets.runware.ai/assets/inputs/46e9d506-4ee3-471d-9c15-ee87c57e412f.jpg",
"https://assets.runware.ai/assets/inputs/9bbd6408-f78f-4fa2-ada8-0b2ff9a0464c.jpg",
"https://assets.runware.ai/assets/inputs/13889a64-40a8-4634-8740-d152c4193412.jpg"
]
}
}{
"taskType": "3dInference",
"taskUUID": "c4278a91-6c18-494d-a0d9-a4359dcbd783",
"seed": 1997875195,
"cost": 0.8,
"outputs": {
"files": [
{
"uuid": "0739bf8e-f1e8-497a-878d-4cef54fee558",
"url": "https://im.runware.ai/image/os/a09dlim3/ws/5/ii/0739bf8e-f1e8-497a-878d-4cef54fee558.glb"
}
]
}
}Glazed Ramen Vending Robot
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'meshy:meshy@6',
positivePrompt: 'A charming countertop ramen vending robot collectible, compact hard-surface body with rounded corners, bowl-shaped head canopy, coin slot, noodle drawer, small articulated arms, chunky service wheels, clear silhouette, production-friendly geometry, stylized but believable proportions',
settings: {
meshType: 'standard',
topology: 'quad',
polyCount: 28000,
symmetry: 'on',
texture: true,
hdTexture: true,
pbr: true,
removeLighting: true,
imageEnhancement: true,
origin: 'bottom',
remesh: true,
texturePrompt: 'Use the reference image as the primary texture guide: glossy ceramic glaze finish, cream base, paprika red trim, indigo decals, warm charcoal mechanical seams, hand-painted noodle-shop iconography, subtle speckle and fine crackle detail, clean collectible toy surface'
},
inputs: {
images: [
'https://assets.runware.ai/assets/inputs/768ec27c-f57d-43b3-a956-43d6306f6f1e.jpg'
],
referenceImages: [
'https://assets.runware.ai/assets/inputs/0344b304-eeef-4e72-a9a8-c03153c18554.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "meshy:meshy@6",
"positivePrompt": "A charming countertop ramen vending robot collectible, compact hard-surface body with rounded corners, bowl-shaped head canopy, coin slot, noodle drawer, small articulated arms, chunky service wheels, clear silhouette, production-friendly geometry, stylized but believable proportions",
"settings": {
"meshType": "standard",
"topology": "quad",
"polyCount": 28000,
"symmetry": "on",
"texture": True,
"hdTexture": True,
"pbr": True,
"removeLighting": True,
"imageEnhancement": True,
"origin": "bottom",
"remesh": True,
"texturePrompt": "Use the reference image as the primary texture guide: glossy ceramic glaze finish, cream base, paprika red trim, indigo decals, warm charcoal mechanical seams, hand-painted noodle-shop iconography, subtle speckle and fine crackle detail, clean collectible toy surface"
},
"inputs": {
"images": [
"https://assets.runware.ai/assets/inputs/768ec27c-f57d-43b3-a956-43d6306f6f1e.jpg"
],
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0344b304-eeef-4e72-a9a8-c03153c18554.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "3dInference",
"taskUUID": "e645f4bd-de2b-4fa6-9344-71bbadc61fa8",
"model": "meshy:meshy@6",
"positivePrompt": "A charming countertop ramen vending robot collectible, compact hard-surface body with rounded corners, bowl-shaped head canopy, coin slot, noodle drawer, small articulated arms, chunky service wheels, clear silhouette, production-friendly geometry, stylized but believable proportions",
"settings": {
"meshType": "standard",
"topology": "quad",
"polyCount": 28000,
"symmetry": "on",
"texture": true,
"hdTexture": true,
"pbr": true,
"removeLighting": true,
"imageEnhancement": true,
"origin": "bottom",
"remesh": true,
"texturePrompt": "Use the reference image as the primary texture guide: glossy ceramic glaze finish, cream base, paprika red trim, indigo decals, warm charcoal mechanical seams, hand-painted noodle-shop iconography, subtle speckle and fine crackle detail, clean collectible toy surface"
},
"inputs": {
"images": [
"https://assets.runware.ai/assets/inputs/768ec27c-f57d-43b3-a956-43d6306f6f1e.jpg"
],
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0344b304-eeef-4e72-a9a8-c03153c18554.jpg"
]
}
}
]'runware run meshy:meshy@6 \
positivePrompt="A charming countertop ramen vending robot collectible, compact hard-surface body with rounded corners, bowl-shaped head canopy, coin slot, noodle drawer, small articulated arms, chunky service wheels, clear silhouette, production-friendly geometry, stylized but believable proportions" \
settings.meshType=standard \
settings.topology=quad \
settings.polyCount=28000 \
settings.symmetry=on \
settings.texture=true \
settings.hdTexture=true \
settings.pbr=true \
settings.removeLighting=true \
settings.imageEnhancement=true \
settings.origin=bottom \
settings.remesh=true \
settings.texturePrompt="Use the reference image as the primary texture guide: glossy ceramic glaze finish, cream base, paprika red trim, indigo decals, warm charcoal mechanical seams, hand-painted noodle-shop iconography, subtle speckle and fine crackle detail, clean collectible toy surface" \
inputs.images.0=https://assets.runware.ai/assets/inputs/768ec27c-f57d-43b3-a956-43d6306f6f1e.jpg \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/0344b304-eeef-4e72-a9a8-c03153c18554.jpg{
"taskType": "3dInference",
"taskUUID": "e645f4bd-de2b-4fa6-9344-71bbadc61fa8",
"model": "meshy:meshy@6",
"positivePrompt": "A charming countertop ramen vending robot collectible, compact hard-surface body with rounded corners, bowl-shaped head canopy, coin slot, noodle drawer, small articulated arms, chunky service wheels, clear silhouette, production-friendly geometry, stylized but believable proportions",
"settings": {
"meshType": "standard",
"topology": "quad",
"polyCount": 28000,
"symmetry": "on",
"texture": true,
"hdTexture": true,
"pbr": true,
"removeLighting": true,
"imageEnhancement": true,
"origin": "bottom",
"remesh": true,
"texturePrompt": "Use the reference image as the primary texture guide: glossy ceramic glaze finish, cream base, paprika red trim, indigo decals, warm charcoal mechanical seams, hand-painted noodle-shop iconography, subtle speckle and fine crackle detail, clean collectible toy surface"
},
"inputs": {
"images": [
"https://assets.runware.ai/assets/inputs/768ec27c-f57d-43b3-a956-43d6306f6f1e.jpg"
],
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0344b304-eeef-4e72-a9a8-c03153c18554.jpg"
]
}
}{
"taskType": "3dInference",
"taskUUID": "e645f4bd-de2b-4fa6-9344-71bbadc61fa8",
"seed": 663113056,
"cost": 0.8,
"outputs": {
"files": [
{
"uuid": "08b347da-544c-4762-a3a4-6bb05083f493",
"url": "https://im.runware.ai/image/os/a06dlim3/ws/5/ii/08b347da-544c-4762-a3a4-6bb05083f493.glb"
}
]
}
}