Rodin Gen-2

Rodin Gen-2 is a 10 billion parameter 3D generation model from Hyper3D built on the BANG architecture. It creates production-ready assets from text prompts or up to 5 input images, with 4x geometry improvement over Gen-1. It supports quad-dominant and raw mesh modes, PBR and shaded materials, configurable polygon counts, T/A pose control, bounding box constraints, and output in GLB, FBX, OBJ, USDZ, and STL formats.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples4
CODE
Ready-to-use code snippets for common workflows
Guides2
LEARN
Step-by-step tutorials for advanced use cases
Wind-Up Apothecary Beetle Wagon
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'hyper3d:rodin@gen-2',
positivePrompt: 'A fantastical merchant wagon shaped like a giant beetle, designed as a standalone 3D asset on a clean neutral background. The body combines lacquered chitin plates, carved walnut panels, brass fittings, tiny potion drawers, rolled maps, dangling charms, stitched canvas packs, lantern hooks, folded awnings, and delicate wheel assemblies tucked beneath segmented shell armor. The front features expressive antenna-like reins and a small driver\'s perch, while the rear opens into a compact traveling apothecary stall with jars, herb bundles, scales, and miniature compartments. Stylized but believable craftsmanship, whimsical fantasy worldbuilding, crisp silhouette from all angles, high surface detail, coherent proportions, clean separations between materials, collectible figurine appeal, premium game-ready prop design.',
seed: 24526,
settings: {
material: 'All',
meshMode: 'Quad',
quality: 'high',
hdTexture: true,
addons: [
'HighPack'
],
boundingBox: [
3,
3,
4
]
}
})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": "hyper3d:rodin@gen-2",
"positivePrompt": "A fantastical merchant wagon shaped like a giant beetle, designed as a standalone 3D asset on a clean neutral background. The body combines lacquered chitin plates, carved walnut panels, brass fittings, tiny potion drawers, rolled maps, dangling charms, stitched canvas packs, lantern hooks, folded awnings, and delicate wheel assemblies tucked beneath segmented shell armor. The front features expressive antenna-like reins and a small driver's perch, while the rear opens into a compact traveling apothecary stall with jars, herb bundles, scales, and miniature compartments. Stylized but believable craftsmanship, whimsical fantasy worldbuilding, crisp silhouette from all angles, high surface detail, coherent proportions, clean separations between materials, collectible figurine appeal, premium game-ready prop design.",
"seed": 24526,
"settings": {
"material": "All",
"meshMode": "Quad",
"quality": "high",
"hdTexture": True,
"addons": [
"HighPack"
],
"boundingBox": [
3,
3,
4
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "3dInference",
"taskUUID": "40125f35-28a7-4071-a6e1-bf499a347b7b",
"model": "hyper3d:rodin@gen-2",
"positivePrompt": "A fantastical merchant wagon shaped like a giant beetle, designed as a standalone 3D asset on a clean neutral background. The body combines lacquered chitin plates, carved walnut panels, brass fittings, tiny potion drawers, rolled maps, dangling charms, stitched canvas packs, lantern hooks, folded awnings, and delicate wheel assemblies tucked beneath segmented shell armor. The front features expressive antenna-like reins and a small driver's perch, while the rear opens into a compact traveling apothecary stall with jars, herb bundles, scales, and miniature compartments. Stylized but believable craftsmanship, whimsical fantasy worldbuilding, crisp silhouette from all angles, high surface detail, coherent proportions, clean separations between materials, collectible figurine appeal, premium game-ready prop design.",
"seed": 24526,
"settings": {
"material": "All",
"meshMode": "Quad",
"quality": "high",
"hdTexture": true,
"addons": [
"HighPack"
],
"boundingBox": [
3,
3,
4
]
}
}
]'runware run hyper3d:rodin@gen-2 \
positivePrompt="A fantastical merchant wagon shaped like a giant beetle, designed as a standalone 3D asset on a clean neutral background. The body combines lacquered chitin plates, carved walnut panels, brass fittings, tiny potion drawers, rolled maps, dangling charms, stitched canvas packs, lantern hooks, folded awnings, and delicate wheel assemblies tucked beneath segmented shell armor. The front features expressive antenna-like reins and a small driver's perch, while the rear opens into a compact traveling apothecary stall with jars, herb bundles, scales, and miniature compartments. Stylized but believable craftsmanship, whimsical fantasy worldbuilding, crisp silhouette from all angles, high surface detail, coherent proportions, clean separations between materials, collectible figurine appeal, premium game-ready prop design." \
seed=24526 \
settings.material=All \
settings.meshMode=Quad \
settings.quality=high \
settings.hdTexture=true \
settings.addons.0=HighPack \
settings.boundingBox.0=3 \
settings.boundingBox.1=3 \
settings.boundingBox.2=4{
"taskType": "3dInference",
"taskUUID": "40125f35-28a7-4071-a6e1-bf499a347b7b",
"model": "hyper3d:rodin@gen-2",
"positivePrompt": "A fantastical merchant wagon shaped like a giant beetle, designed as a standalone 3D asset on a clean neutral background. The body combines lacquered chitin plates, carved walnut panels, brass fittings, tiny potion drawers, rolled maps, dangling charms, stitched canvas packs, lantern hooks, folded awnings, and delicate wheel assemblies tucked beneath segmented shell armor. The front features expressive antenna-like reins and a small driver's perch, while the rear opens into a compact traveling apothecary stall with jars, herb bundles, scales, and miniature compartments. Stylized but believable craftsmanship, whimsical fantasy worldbuilding, crisp silhouette from all angles, high surface detail, coherent proportions, clean separations between materials, collectible figurine appeal, premium game-ready prop design.",
"seed": 24526,
"settings": {
"material": "All",
"meshMode": "Quad",
"quality": "high",
"hdTexture": true,
"addons": [
"HighPack"
],
"boundingBox": [
3,
3,
4
]
}
}{
"taskType": "3dInference",
"taskUUID": "40125f35-28a7-4071-a6e1-bf499a347b7b",
"seed": 24526,
"cost": 1.2,
"outputs": {
"files": [
{
"uuid": "1d60794a-0371-433b-9c11-0de1e0783544",
"url": "https://im.runware.ai/image/os/a07dlim3/ws/5/ii/1d60794a-0371-433b-9c11-0de1e0783544.glb"
}
]
}
}Folded Ultrabook Desk Replica
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'hyper3d:rodin@gen-2',
positivePrompt: 'A sleek closed laptop reconstructed as a precise standalone 3D product asset, thin aluminum body, subtle chamfered edges, centered origin, clean silhouette, realistic ports and hinge detail, neutral surface treatment, accurate proportions, optimized for product visualization',
settings: {
material: 'All',
meshMode: 'Quad',
quality: 'high',
hdTexture: true,
boundingBox: [
40,
4,
28
],
useOriginalAlpha: true
},
inputs: {
images: [
'https://assets.runware.ai/assets/inputs/6600fb81-10a1-4e31-be20-25fd46e1425a.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": "hyper3d:rodin@gen-2",
"positivePrompt": "A sleek closed laptop reconstructed as a precise standalone 3D product asset, thin aluminum body, subtle chamfered edges, centered origin, clean silhouette, realistic ports and hinge detail, neutral surface treatment, accurate proportions, optimized for product visualization",
"settings": {
"material": "All",
"meshMode": "Quad",
"quality": "high",
"hdTexture": True,
"boundingBox": [
40,
4,
28
],
"useOriginalAlpha": True
},
"inputs": {
"images": [
"https://assets.runware.ai/assets/inputs/6600fb81-10a1-4e31-be20-25fd46e1425a.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": "3b49a071-d9fe-49e3-96ae-e4a24e96df0d",
"model": "hyper3d:rodin@gen-2",
"positivePrompt": "A sleek closed laptop reconstructed as a precise standalone 3D product asset, thin aluminum body, subtle chamfered edges, centered origin, clean silhouette, realistic ports and hinge detail, neutral surface treatment, accurate proportions, optimized for product visualization",
"settings": {
"material": "All",
"meshMode": "Quad",
"quality": "high",
"hdTexture": true,
"boundingBox": [
40,
4,
28
],
"useOriginalAlpha": true
},
"inputs": {
"images": [
"https://assets.runware.ai/assets/inputs/6600fb81-10a1-4e31-be20-25fd46e1425a.jpg"
]
}
}
]'runware run hyper3d:rodin@gen-2 \
positivePrompt="A sleek closed laptop reconstructed as a precise standalone 3D product asset, thin aluminum body, subtle chamfered edges, centered origin, clean silhouette, realistic ports and hinge detail, neutral surface treatment, accurate proportions, optimized for product visualization" \
settings.material=All \
settings.meshMode=Quad \
settings.quality=high \
settings.hdTexture=true \
settings.boundingBox.0=40 \
settings.boundingBox.1=4 \
settings.boundingBox.2=28 \
settings.useOriginalAlpha=true \
inputs.images.0=https://assets.runware.ai/assets/inputs/6600fb81-10a1-4e31-be20-25fd46e1425a.jpg{
"taskType": "3dInference",
"taskUUID": "3b49a071-d9fe-49e3-96ae-e4a24e96df0d",
"model": "hyper3d:rodin@gen-2",
"positivePrompt": "A sleek closed laptop reconstructed as a precise standalone 3D product asset, thin aluminum body, subtle chamfered edges, centered origin, clean silhouette, realistic ports and hinge detail, neutral surface treatment, accurate proportions, optimized for product visualization",
"settings": {
"material": "All",
"meshMode": "Quad",
"quality": "high",
"hdTexture": true,
"boundingBox": [
40,
4,
28
],
"useOriginalAlpha": true
},
"inputs": {
"images": [
"https://assets.runware.ai/assets/inputs/6600fb81-10a1-4e31-be20-25fd46e1425a.jpg"
]
}
}{
"taskType": "3dInference",
"taskUUID": "3b49a071-d9fe-49e3-96ae-e4a24e96df0d",
"seed": 58833,
"cost": 0.4,
"outputs": {
"files": [
{
"uuid": "91d2fbb4-616a-4aa4-81a3-8abd454394e0",
"url": "https://im.runware.ai/image/os/a01d21/ws/5/ii/91d2fbb4-616a-4aa4-81a3-8abd454394e0.glb"
}
]
}
}Ceramic Kitewright Fox Automaton
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'hyper3d:rodin@gen-2',
positivePrompt: 'A whimsical fox automaton artisan designed as a collectible 3D character, made of painted ceramic shell pieces with subtle crazing, brass hinges and rivets, carved wooden tail fins, a stitched canvas satchel, and neatly bundled paper kites mounted on its back. Full-body figure with readable proportions, clean separation between limbs and accessories, appealing stylized craftsmanship, expressive ears, compact tool belt, and elegant decorative patterns in cream, indigo, rust, and muted gold. Preserve the studio-style concept image look while generating a complete production-ready mesh with accurate materials and strong silhouette.',
seed: 27483,
settings: {
meshMode: 'Quad',
material: 'All',
quality: 'high',
hdTexture: true,
boundingBox: [
180,
220,
120
],
useOriginalAlpha: false,
addons: [
'HighPack'
]
},
inputs: {
images: [
'https://assets.runware.ai/assets/inputs/e1229824-226b-4040-b4b1-08de19276306.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": "hyper3d:rodin@gen-2",
"positivePrompt": "A whimsical fox automaton artisan designed as a collectible 3D character, made of painted ceramic shell pieces with subtle crazing, brass hinges and rivets, carved wooden tail fins, a stitched canvas satchel, and neatly bundled paper kites mounted on its back. Full-body figure with readable proportions, clean separation between limbs and accessories, appealing stylized craftsmanship, expressive ears, compact tool belt, and elegant decorative patterns in cream, indigo, rust, and muted gold. Preserve the studio-style concept image look while generating a complete production-ready mesh with accurate materials and strong silhouette.",
"seed": 27483,
"settings": {
"meshMode": "Quad",
"material": "All",
"quality": "high",
"hdTexture": True,
"boundingBox": [
180,
220,
120
],
"useOriginalAlpha": False,
"addons": [
"HighPack"
]
},
"inputs": {
"images": [
"https://assets.runware.ai/assets/inputs/e1229824-226b-4040-b4b1-08de19276306.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": "5ed492b8-c55d-4fb8-b87f-3aab3297d475",
"model": "hyper3d:rodin@gen-2",
"positivePrompt": "A whimsical fox automaton artisan designed as a collectible 3D character, made of painted ceramic shell pieces with subtle crazing, brass hinges and rivets, carved wooden tail fins, a stitched canvas satchel, and neatly bundled paper kites mounted on its back. Full-body figure with readable proportions, clean separation between limbs and accessories, appealing stylized craftsmanship, expressive ears, compact tool belt, and elegant decorative patterns in cream, indigo, rust, and muted gold. Preserve the studio-style concept image look while generating a complete production-ready mesh with accurate materials and strong silhouette.",
"seed": 27483,
"settings": {
"meshMode": "Quad",
"material": "All",
"quality": "high",
"hdTexture": true,
"boundingBox": [
180,
220,
120
],
"useOriginalAlpha": false,
"addons": [
"HighPack"
]
},
"inputs": {
"images": [
"https://assets.runware.ai/assets/inputs/e1229824-226b-4040-b4b1-08de19276306.jpg"
]
}
}
]'runware run hyper3d:rodin@gen-2 \
positivePrompt="A whimsical fox automaton artisan designed as a collectible 3D character, made of painted ceramic shell pieces with subtle crazing, brass hinges and rivets, carved wooden tail fins, a stitched canvas satchel, and neatly bundled paper kites mounted on its back. Full-body figure with readable proportions, clean separation between limbs and accessories, appealing stylized craftsmanship, expressive ears, compact tool belt, and elegant decorative patterns in cream, indigo, rust, and muted gold. Preserve the studio-style concept image look while generating a complete production-ready mesh with accurate materials and strong silhouette." \
seed=27483 \
settings.meshMode=Quad \
settings.material=All \
settings.quality=high \
settings.hdTexture=true \
settings.boundingBox.0=180 \
settings.boundingBox.1=220 \
settings.boundingBox.2=120 \
settings.useOriginalAlpha=false \
settings.addons.0=HighPack \
inputs.images.0=https://assets.runware.ai/assets/inputs/e1229824-226b-4040-b4b1-08de19276306.jpg{
"taskType": "3dInference",
"taskUUID": "5ed492b8-c55d-4fb8-b87f-3aab3297d475",
"model": "hyper3d:rodin@gen-2",
"positivePrompt": "A whimsical fox automaton artisan designed as a collectible 3D character, made of painted ceramic shell pieces with subtle crazing, brass hinges and rivets, carved wooden tail fins, a stitched canvas satchel, and neatly bundled paper kites mounted on its back. Full-body figure with readable proportions, clean separation between limbs and accessories, appealing stylized craftsmanship, expressive ears, compact tool belt, and elegant decorative patterns in cream, indigo, rust, and muted gold. Preserve the studio-style concept image look while generating a complete production-ready mesh with accurate materials and strong silhouette.",
"seed": 27483,
"settings": {
"meshMode": "Quad",
"material": "All",
"quality": "high",
"hdTexture": true,
"boundingBox": [
180,
220,
120
],
"useOriginalAlpha": false,
"addons": [
"HighPack"
]
},
"inputs": {
"images": [
"https://assets.runware.ai/assets/inputs/e1229824-226b-4040-b4b1-08de19276306.jpg"
]
}
}{
"taskType": "3dInference",
"taskUUID": "5ed492b8-c55d-4fb8-b87f-3aab3297d475",
"seed": 27483,
"cost": 1.2,
"outputs": {
"files": [
{
"uuid": "70672216-3a71-4f07-a2b8-9e2e2a8873ca",
"url": "https://im.runware.ai/image/os/a03d21/ws/5/ii/70672216-3a71-4f07-a2b8-9e2e2a8873ca.glb"
}
]
}
}Lantern-Horn Bog Monster
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'hyper3d:rodin@gen-2',
positivePrompt: 'A whimsical yet eerie swamp monster designed as a full 3D character asset: bulky toad-like body, long stilted legs, broad clawed hands, layered bark-like skin plates, dangling reeds and moss, glowing amber lure hanging between asymmetrical antler-like horns, oversized jaw with smooth river-stone teeth, mud-caked feet, patchy fungus growth, weathered leather straps holding tiny charm bones and cattail bundles, expressive silhouette from every angle, grounded creature design, rich tactile surfaces, cinematic fantasy creature, clean separation of limbs, centered isolated subject, full body, production-ready model',
seed: 972,
settings: {
meshMode: 'Quad',
material: 'All',
quality: 'high',
hdTexture: true,
addons: [
'HighPack'
],
boundingBox: [
220,
260,
180
]
}
})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": "hyper3d:rodin@gen-2",
"positivePrompt": "A whimsical yet eerie swamp monster designed as a full 3D character asset: bulky toad-like body, long stilted legs, broad clawed hands, layered bark-like skin plates, dangling reeds and moss, glowing amber lure hanging between asymmetrical antler-like horns, oversized jaw with smooth river-stone teeth, mud-caked feet, patchy fungus growth, weathered leather straps holding tiny charm bones and cattail bundles, expressive silhouette from every angle, grounded creature design, rich tactile surfaces, cinematic fantasy creature, clean separation of limbs, centered isolated subject, full body, production-ready model",
"seed": 972,
"settings": {
"meshMode": "Quad",
"material": "All",
"quality": "high",
"hdTexture": True,
"addons": [
"HighPack"
],
"boundingBox": [
220,
260,
180
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "3dInference",
"taskUUID": "caf6f826-67fe-419d-962d-d2fbc2a2baec",
"model": "hyper3d:rodin@gen-2",
"positivePrompt": "A whimsical yet eerie swamp monster designed as a full 3D character asset: bulky toad-like body, long stilted legs, broad clawed hands, layered bark-like skin plates, dangling reeds and moss, glowing amber lure hanging between asymmetrical antler-like horns, oversized jaw with smooth river-stone teeth, mud-caked feet, patchy fungus growth, weathered leather straps holding tiny charm bones and cattail bundles, expressive silhouette from every angle, grounded creature design, rich tactile surfaces, cinematic fantasy creature, clean separation of limbs, centered isolated subject, full body, production-ready model",
"seed": 972,
"settings": {
"meshMode": "Quad",
"material": "All",
"quality": "high",
"hdTexture": true,
"addons": [
"HighPack"
],
"boundingBox": [
220,
260,
180
]
}
}
]'runware run hyper3d:rodin@gen-2 \
positivePrompt="A whimsical yet eerie swamp monster designed as a full 3D character asset: bulky toad-like body, long stilted legs, broad clawed hands, layered bark-like skin plates, dangling reeds and moss, glowing amber lure hanging between asymmetrical antler-like horns, oversized jaw with smooth river-stone teeth, mud-caked feet, patchy fungus growth, weathered leather straps holding tiny charm bones and cattail bundles, expressive silhouette from every angle, grounded creature design, rich tactile surfaces, cinematic fantasy creature, clean separation of limbs, centered isolated subject, full body, production-ready model" \
seed=972 \
settings.meshMode=Quad \
settings.material=All \
settings.quality=high \
settings.hdTexture=true \
settings.addons.0=HighPack \
settings.boundingBox.0=220 \
settings.boundingBox.1=260 \
settings.boundingBox.2=180{
"taskType": "3dInference",
"taskUUID": "caf6f826-67fe-419d-962d-d2fbc2a2baec",
"model": "hyper3d:rodin@gen-2",
"positivePrompt": "A whimsical yet eerie swamp monster designed as a full 3D character asset: bulky toad-like body, long stilted legs, broad clawed hands, layered bark-like skin plates, dangling reeds and moss, glowing amber lure hanging between asymmetrical antler-like horns, oversized jaw with smooth river-stone teeth, mud-caked feet, patchy fungus growth, weathered leather straps holding tiny charm bones and cattail bundles, expressive silhouette from every angle, grounded creature design, rich tactile surfaces, cinematic fantasy creature, clean separation of limbs, centered isolated subject, full body, production-ready model",
"seed": 972,
"settings": {
"meshMode": "Quad",
"material": "All",
"quality": "high",
"hdTexture": true,
"addons": [
"HighPack"
],
"boundingBox": [
220,
260,
180
]
}
}{
"taskType": "3dInference",
"taskUUID": "caf6f826-67fe-419d-962d-d2fbc2a2baec",
"seed": 972,
"cost": 1.2,
"outputs": {
"files": [
{
"uuid": "fa501546-e46e-48b6-96a2-3cdaac1cbfe9",
"url": "https://im.runware.ai/image/os/a10dlim3/ws/5/ii/fa501546-e46e-48b6-96a2-3cdaac1cbfe9.glb"
}
]
}
}