PyGrassReal Logo

Sida 1.5 (pygrassreal/sida1.5)

Concept Design Ideation, Multi-Disciplinary Rendering & PBR Textures

License: Proprietary Platform Pricing

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


"From Loose Concept Sketches to Photorealistic Product Renders and Seamless PBR Material Texture Maps"


🌟 Overview: Sida 1.5

Sida 1.5 is PyGrassReal's generative visual design engine tuned specifically for Product Designers, Architects, Interior Stylists, and 3D Visualizers. Unlike generic image generators, Sida 1.5 understands material physics, industrial lighting, technical perspective, and scale consistency.

It seamlessly generates concept moodboards, photorealistic studio product renders, architectural perspective visualizations, and seamless PBR (Physically Based Rendering) texture maps.


πŸš€ Core Capabilities (Visual Design & Textures)

  1. 🎨 Rapid Concept Design Ideation:
    • Generates iterative concept sketches, form variations, and industrial product styling proposals from brief prompts.
  2. πŸ“Έ Photorealistic Multi-Disciplinary Rendering:
    • Product Design: Studio lighting, chamfer reflections, matte/gloss finish comparisons, and packaging visualizations.
    • Spatial Design: Daylight-accurate interior design renders, exterior facade perspectives, and material mockups.
  3. 🧱 Seamless PBR Material Texture Generation:
    • Generates complete 4K PBR texture channels: Albedo (Base Color), Roughness, Normal Map, Metallic, and Displacement (Height).
    • Optimized for Blender, Rhino / V-Ray, Unreal Engine 5, and Three.js WebGL shaders.
  4. ✏️ Sketch-to-Render Conditioning:
    • Transforms hand-drawn pencil sketches or rough CAD blockout wireframes into finished presentation-quality visuals.

πŸ’³ Commercial API Pricing

Model ID Input Tokens (per 1M) Output Tokens (per 1M) Resolution
pygrassreal/sida1.5 $0.71 $4.29 Up to 4K Native

πŸ’» Quick Start & API Integration

1. Python (OpenAI SDK)

from openai import OpenAI

client = OpenAI(
    base_url="https://api.pygrassreal.ai/v1",
    api_key="pgr_live_your_api_key_here"
)

response = client.chat.completions.create(
    model="pygrassreal/sida1.5",
    messages=[
        {
            "role": "user",
            "content": "Render an ergonomic wireless mouse design with matte anodized aluminum body, carbon fiber accent trim, studio softbox lighting, 8k resolution, photorealistic perspective view."
        }
    ]
)

print(response.choices[0].message.content)

2. cURL (Terminal)

curl https://api.pygrassreal.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer pgr_live_your_api_key_here" \
  -d '{
    "model": "pygrassreal/sida1.5",
    "messages": [
      {"role": "user", "content": "Generate a seamless acoustic felt panel PBR texture with normal and roughness maps, slate gray, high detail."}
    ]
  }'

πŸ”’ 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