Hanuman 1.5 (pygrassreal/hanuman1.5)
Multi-Disciplinary Design Standards & Engineering RAG Engine
π Official Platform β’ π About Platform β’ π» Developer API β’ π Get API Key β’ π¬ Contact Enterprise
"Ensuring Structural Soundness, Ergonomic Feasibility, and Global Compliance for Multi-Disciplinary 3D Designs"
π Overview: Hanuman 1.5
Hanuman 1.5 is PyGrassReal's specialized reasoning engine dedicated to Design Standards, Engineering Logic, and Domain-Specific RAG (Retrieval-Augmented Generation). While creative AI models focus on aesthetic form, Hanuman 1.5 acts as the rigorous lead engineer and code compliance auditor.
It evaluates 3D geometry against international building regulations, manufacturing tolerances (DFM), ergonomic clearances, and structural load standards before designs advance to fabrication.
π Core Capabilities (Design Standards & Engineering)
- π Manufacturing & Tolerance Verification (DFM):
- Audits 3D parts for CNC milling tool accessibility, 3D printing overhang limits, draft angles for injection molding, and sheet metal bend radii.
- π’ Building Regulations & Zoning Codes:
- Deep RAG access to IBC (International Building Code), Eurocodes, Thai Building Laws (ΰΈΰΈΰΈΰΈ£ΰΈ°ΰΈΰΈ£ΰΈ§ΰΈΰΉΰΈ₯ΰΈ°ΰΈΰΉΰΈΰΈΰΈ±ΰΈΰΈΰΈ±ΰΈΰΈ΄ ΰΈΰΈΰΈ‘.), setback rules, and egress fire safety standards.
- πͺ Ergonomics & Human Factor Design:
- Checks spatial clearances, corridor widths, ADA accessibility standards, and industrial product user ergonomics.
- π§± Material Properties & Structural Integrity:
- Computes moment of inertia, dead/live load distributions, thermal expansion allowances, and wind-load calculations for building skins.
- π Technical Specification Sheet Generation:
- Outputs comprehensive BOM (Bill of Materials) checklists and technical compliance memos directly from geometric parameters.
π³ Commercial API Pricing
| Model ID | Input Tokens (per 1M) | Output Tokens (per 1M) | Context Window |
|---|---|---|---|
pygrassreal/hanuman1.5 |
$0.35 | $1.50 | 128,000 Tokens |
- Manage API keys and view model capabilities at 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/hanuman1.5",
messages=[
{
"role": "system",
"content": "You are Hanuman 1.5, expert in design compliance, engineering standards, and DFM."
},
{
"role": "user",
"content": "Audit this residential stair design: riser height 195mm, tread depth 240mm, clear width 900mm. Does it comply with safety standards, and what adjustments are required?"
}
]
)
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/hanuman1.5",
"messages": [
{"role": "user", "content": "What are the standard structural deflection limits for a cantilevered steel canopy under high wind zones?"}
]
}'
π Enterprise Support & Licensing
- License: Commercial & Proprietary Software License.
- Inquiries: admin@pygrassreal.ai β’ https://pygrassreal.ai