Integrate Project-M LLM into your apps.
Project-M exposes an OpenAI-compatible LLM gateway so applications can connect to Chinna AI, local models, paid providers, code models, image/OCR routing, and MCP tools using a Project-M API key.
Base URLs
Use these URLs when integrating applications with Project-M.
LLM Gateway: https://api.itsmechinna.com/v1 Chat Completions: https://api.itsmechinna.com/v1/chat/completions Models: https://api.itsmechinna.com/v1/models MCP Gateway: https://mcp.itsmechinna.com Builder API: https://api.itsmechinna.com/v7
Recommended model aliases
Model availability depends on the server configuration and admin-enabled providers. Use these aliases in your applications.
chinna chinna-pro qwen2.5-coder:7b qwen2.5vl:7b deepseek-ocr:3b nomic-embed-text
Integration guides
cURL
Test Project-M LLM directly from terminal.
Node.js
Use fetch or OpenAI-compatible client patterns.
Python
Use requests or OpenAI-compatible SDK setup.
Java
Use Java 11 HttpClient for chat completions.
MCP
Connect tools through the Project-M MCP gateway.
JSON Config
Copy model/provider config into your app.