Tripo3D H3.1 Text-to-3D

Model Information

Display Name: Tripo3D H3.1 Text-to-3D

API Model ID: tripo3d/h3.1-text-to-3d

Category: Text To 3D

Description: Tripo3D H3.1 Text-to-3D generates production-ready 3D models directly from text descriptions using advanced neural generation. Offers the same granular control over texture, geometry, and materials as the multiview variant, without requiring any input images. **Key Features:** - Text prompt-driven 3D generation (max 1024 chars) - Negative prompt support for exclusions - Texture tiers: none, standard, detailed - Geometry quality: standard or detailed - Quad mesh support for clean topology - PBR material generation - Auto-sizing option - Seed control for reproducibility **Capabilities:** - Text-to-3D model generation - Negative prompt exclusion control - Tiered texture quality generation - High-detail geometry reconstruction - Quad mesh topology for animation-ready models - PBR material maps (metallic, roughness, normal) - Automatic model scaling **Best For:** - Rapid 3D concept prototyping from descriptions - Game asset creation from text briefs - Creative 3D content generation - 3D model ideation and exploration - AR/VR content creation without reference photos - Quick 3D mockups for presentations **Input Requirements:** - Prompt: Text description (required, max 1024 characters) - Negative prompt: Exclusion text (optional, max 1024 characters) - No images required **Parameters:** - texture_tier: none, standard (default), detailed - geometry_quality: standard (default), detailed - quad: false (default), true (quad mesh topology) - pbr: true (default), false - auto_size: true/false - face_limit: polygon count limit - model_seed / texture_seed / image_seed: reproducibility control **Output:** - Format: GLB (GL Transmission Format Binary) - Includes textures, normals, and PBR maps based on settings **Pricing Tiers:** - Base (no texture): lowest cost - Standard texture: +additional cost - Detailed texture: +premium cost - Detailed geometry: +additional cost - Quad mesh: +small additional cost **Limitations:** - Max 1024 characters per prompt - Complex or ambiguous descriptions may produce unexpected results - Text-only input means less geometric precision than multiview

How to Use This Model

To use Tripo3D H3.1 Text-to-3D via the HInow.ai API, use the model ID: tripo3d/h3.1-text-to-3d

API Request Example (Chat/Text)


POST https://api.hinow.ai/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "tripo3d/h3.1-text-to-3d",
  "messages": [
    {"role": "user", "content": "Your message here"}
  ]
}
              

Pricing

  • total: $0.14

Available Parameters

  • negative_prompt: What to avoid in the 3D model
  • texture_tier: Texture quality tier (Options: standard, detailed, ultra)
  • geometry_quality: Geometry quality level (Options: standard, detailed)
  • quad: Use quad mesh instead of triangle (Options: true, false)
  • pbr: Enable PBR materials (Options: true, false)
  • face_limit: Maximum face count (Options: 10000, 30000, 50000, 100000)
  • auto_size: Auto-detect real-world size (Options: true, false)
  • model_seed: Seed for mesh generation
  • texture_seed: Seed for texture generation
  • image_seed: Seed for image-based generation

Quick Reference

To use this model, set: "model": "tripo3d/h3.1-text-to-3d"

Featured: No

Documentation: https://hinow.ai/models/tripo3d/h3.1-text-to-3d

API Endpoint: https://api.hinow.ai/v1

Back to Models

Tripo3D H3.1 Text-to-3D

tripo3d/h3.1-text-to-3d

$0.140
per image

About

Tripo3D H3.1 Text-to-3D generates production-ready 3D models directly from text descriptions using advanced neural generation. Offers the same granular control over texture, geometry, and materials as the multiview variant, without requiring any input images.

Key Features:

  • Text prompt-driven 3D generation (max 1024 chars)
  • Negative prompt support for exclusions
  • Texture tiers: none, standard, detailed
  • Geometry quality: standard or detailed
  • Quad mesh support for clean topology
  • PBR material generation
  • Auto-sizing option
  • Seed control for reproducibility

Capabilities:

  • Text-to-3D model generation
  • Negative prompt exclusion control
  • Tiered texture quality generation
  • High-detail geometry reconstruction
  • Quad mesh topology for animation-ready models
  • PBR material maps (metallic, roughness, normal)
  • Automatic model scaling

Best For:

  • Rapid 3D concept prototyping from descriptions
  • Game asset creation from text briefs
  • Creative 3D content generation
  • 3D model ideation and exploration
  • AR/VR content creation without reference photos
  • Quick 3D mockups for presentations

Input Requirements:

  • Prompt: Text description (required, max 1024 characters)
  • Negative prompt: Exclusion text (optional, max 1024 characters)
  • No images required

Parameters:

  • texture_tier: none, standard (default), detailed
  • geometry_quality: standard (default), detailed
  • quad: false (default), true (quad mesh topology)
  • pbr: true (default), false
  • auto_size: true/false
  • face_limit: polygon count limit
  • model_seed / texture_seed / image_seed: reproducibility control

Output:

  • Format: GLB (GL Transmission Format Binary)
  • Includes textures, normals, and PBR maps based on settings

Pricing Tiers:

  • Base (no texture): lowest cost
  • Standard texture: +additional cost
  • Detailed texture: +premium cost
  • Detailed geometry: +additional cost
  • Quad mesh: +small additional cost

Limitations:

  • Max 1024 characters per prompt
  • Complex or ambiguous descriptions may produce unexpected results
  • Text-only input means less geometric precision than multiview

Capabilities

Text To 3D

Parameters

negative_prompt

What to avoid in the 3D model

texture_tier

Texture quality tier

standarddetailedultra
geometry_quality

Geometry quality level

standarddetailed
quad

Use quad mesh instead of triangle

truefalse
pbr

Enable PBR materials

truefalse
face_limit

Maximum face count

100003000050000100000
auto_size

Auto-detect real-world size

truefalse
model_seed

Seed for mesh generation

texture_seed

Seed for texture generation

image_seed

Seed for image-based generation

Code Examples

curl -X POST https://api.hinow.ai/v1/images \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "tripo3d/h3.1-text-to-3d",
    "prompt": "A beautiful sunset over mountains",
    "parameters": {
      "negative_prompt": "",
      "texture_tier": "standard",
      "geometry_quality": "standard",
      "quad": "true",
      "pbr": "true",
      "face_limit": "10000",
      "auto_size": "true",
      "model_seed": "",
      "texture_seed": "",
      "image_seed": ""
    }
  }'