Sida 1.5 (pygrassreal/sida1.5)
Concept Design Ideation, Multi-Disciplinary Rendering & PBR Textures
π 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)
- π¨ Rapid Concept Design Ideation:
- Generates iterative concept sketches, form variations, and industrial product styling proposals from brief prompts.
- πΈ 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.
- π§± 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.
- βοΈ 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 |
- To configure API keys and view model capabilities, visit the PyGrassReal Model Catalog.
π» 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
- License: Commercial & Proprietary Software License.
- Inquiries: admin@pygrassreal.ai β’ https://pygrassreal.ai