Monster Gaming SDK for Rust
Official Rust client for Monster Gaming — an AI-powered game development platform for Unreal Engine, Unity, Godot, and bespoke engines.
Installation
[]
= "0.1"
= { = "1", = ["rt-multi-thread", "macros"] }
Quick Start
use ;
async
Monster-GPT
monster-gpt is Monster Gaming's flagship model. It auto-detects your game engine and routes your query to a specialist agent — shader programming, networking, animation, level design, QA, and 25+ other disciplines.
let response = client
.chat_completion
.await?;
Available Models
let models = client.list_models.await?;
for model in &models.data
Budget models (Free tier): monster-gpt, claude-haiku, deepseek-chat, codestral, gemini-3-flash
Standard models (Starter+): claude-sonnet, gpt-4o, gemini-3.1-pro, mistral-large
Premium models (Pro+): claude-opus, o3, gpt-5.4
Pricing
Free tier available — no credit card required. See monstergaming.ai/pricing for details.
Documentation
Full documentation at monstergaming.ai/quickstart.
License
MIT