PROJECT-M Developer Docs
Developer Documentation

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

Get your Project-M API key

Developers can sign in to the user dashboard, generate a Project-M API key, and connect their applications to Chinna AI, Project-M LLM, MCP tools, and builder services.