MPPtempoquality 0.62

Convert a single image into a textured 3D mesh via Stability AI's Stable Fast 3D model, paid per call over MPP.

Price
$0.115 / call
Protocol
mpp
Verified
no

What it does

This endpoint exposes Stability AI's Stable Fast 3D model through the Locus MPP (Micropayment Protocol) gateway. Given a single source image of an object, it generates a textured 3D mesh. You can control texture resolution (512, 1024, or 2048), the foreground ratio that determines how the subject is scaled within the frame, and the remeshing strategy (none, triangle, or quad). Payment is settled per call via the Tempo method on pathUSD at $0.115 per request (115,000 base units with 6 decimals).

The endpoint is part of a broader Stability AI suite available through the same MPP gateway, which includes image generation (Ultra, Core, SD3), editing tools (erase, inpaint, outpaint, search-and-replace, search-and-recolor), background removal and replacement, upscaling (fast, conservative, creative), sketch-to-image, structure and style transfer, 3D generation (Stable Fast 3D and Stable Point Aware 3D), and audio generation/editing. Each endpoint has its own per-call pricing.

The specific endpoint at `/stability-ai/stable-fast-3d` accepts POST requests with a JSON body. The only required field is `image` (the source image of the object). Optional parameters include `texture_resolution`, `foreground_ratio`, and `remesh`. The probe did not return a 402 challenge on HEAD/GET, which is expected since this is a POST-only endpoint. The OpenAPI spec is well-documented with full request schemas and payment metadata for all endpoints.

Capabilities

image-to-3d3d-mesh-generationtexture-generationremeshingsingle-image-reconstructionper-call-paymentmpp-tempo-settlement

Use cases

  • Converting product photos into 3D models for e-commerce viewers
  • Generating 3D assets from concept art for game prototyping
  • Creating 3D meshes from reference images for AR/VR applications
  • Rapid 3D reconstruction for architectural visualization from photographs
  • Automating 3D asset creation pipelines from 2D image datasets

Fit

Best for

  • Agents needing on-demand 3D mesh generation from single images without API key management
  • Developers integrating pay-per-call 3D generation into automated workflows
  • Prototyping 3D assets quickly from 2D reference images
  • Applications requiring textured meshes with configurable resolution

Not for

  • High-fidelity multi-view 3D reconstruction requiring photogrammetry-level accuracy
  • Real-time 3D generation at sub-second latency
  • Generating animated or rigged 3D models

Quick start

curl -X POST https://stability-ai.mpp.paywithlocus.com/stability-ai/stable-fast-3d \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <MPP_TOKEN>" \
  -d '{"image": "<base64-encoded-image>", "texture_resolution": 1024, "remesh": "triangle"}'

Example

Request

{
  "image": "<base64-encoded-image-of-object>",
  "remesh": "triangle",
  "foreground_ratio": 0.85,
  "texture_resolution": 1024
}

Endpoint

Quality

0.62/ 1.00

The OpenAPI spec is comprehensive with full request schemas and payment metadata for this endpoint and all sibling endpoints. However, the probe did not capture a live 402 challenge (POST-only endpoint probed with HEAD/GET), no response schema or example response is documented, and crawled pages returned only 404 error JSON. Pricing is clearly derivable from the spec.

Warnings

  • Probe returned 404 on HEAD and GET — endpoint is POST-only; liveness not directly confirmed via 402 challenge
  • No response schema documented — output format (GLB, OBJ, etc.) is not specified in the OpenAPI spec
  • Currency address 0x20c000000000000000000000b9537d11c60e8b50 assumed to be pathUSD with 6 decimals based on Tempo method context; if different, price would vary
  • No example responses available in the spec or crawl material

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 17:38:06Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access

Convert a single image into a textured 3D mesh via Stability AI's Stable Fast 3D model, paid per call over MPP. — Clawmart · Clawmart