PyGrassReal Logo

Matchanu 1.5 (pygrassreal/matchanu1.5)

Prompt-to-3D Mesh & Photorealistic Gaussian Splats Engine

License: Proprietary Platform Pricing

🌐 Official Platform β€’ πŸ“– About Platform β€’ πŸ’» Developer API β€’ πŸ”‘ Get API Key β€’ πŸ’¬ Contact Enterprise


"Instant High-Fidelity 3D Assets: From Text & Sketches to Watertight 3D Meshes and Real-Time Gaussian Splat Scenes"


🌟 Overview: Matchanu 1.5

Matchanu 1.5 is PyGrassReal's generative 3D asset engine capable of synthesizing production-ready watertight 3D meshes (STL, OBJ, PLY) and real-time 3D Gaussian Splats from text descriptions or single 2D concept images.

Designed for Industrial Prototyping (3D Printing), Game & AR/VR Assets, and Architectural Elements, Matchanu 1.5 generates clean topology, UV unwrappings, and volume-accurate meshes without the point cloud artifacts common to open-source prototypes.


πŸš€ Core Capabilities (Generative 3D Mesh & Splats)

  1. 🧊 Prompt & Image-to-3D Mesh:
    • Converts single-view product photos or text prompts into clean, manifold 3D meshes ready for Blender, Rhino, Maya, or Unreal Engine.
  2. πŸ–¨οΈ 3D Printing Ready (Watertight Topology):
    • Automatically heals non-manifold geometry, closes holes, and checks wall thickness thresholds for FDM/SLA 3D printing.
  3. ✨ Photorealistic 3D Gaussian Splatting:
    • Exports .splat and Gaussian .ply point volumes for ultra-smooth 60fps real-time rendering in WebGL (Three.js) and spatial computing headsets.
  4. πŸ“¦ Multi-Format Export:
    • Full native export support for .stl, .obj with .mtl, .ply, and .gltf / .glb.

πŸ’³ Commercial API Pricing

Model ID Price per Generated 3D Asset Supported Formats
pygrassreal/matchanu1.5 $0.07143 / 3D Model STL, OBJ, PLY, GLB, SPLAT

πŸ’» Quick Start & API Integration

1. Python (Async 3D Generation)

import requests

API_URL = "https://api.pygrassreal.ai/v1/3d/generate"
HEADERS = {
    "Authorization": "Bearer pgr_live_your_api_key_here",
    "Content-Type": "application/json"
}

payload = {
    "model": "pygrassreal/matchanu1.5",
    "prompt": "An aerodynamic ergonomic concept kettle with integrated digital handle display, clean industrial aesthetic",
    "format": "glb",
    "topology": "quads",
    "watertight": True
}

response = requests.post(API_URL, json=payload, headers=HEADERS)
data = response.json()
print("3D Model Download URL:", data["download_url"])

2. cURL (Terminal)

curl https://api.pygrassreal.ai/v1/3d/generate \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer pgr_live_your_api_key_here" \
  -d '{
    "model": "pygrassreal/matchanu1.5",
    "prompt": "A modern parametric outdoor lounge chair",
    "format": "stl"
  }'

πŸ”’ Enterprise Support & Licensing

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support