290 commands. Zero-cost inference. One API key.
Route developer missions to the optimal AI model automatically — Qwen, DeepSeek, Llama, or Claude — based on task complexity and cost.
MekongMind abstracts the complexity of multi-model AI orchestration into a single REST API.
Automatically dispatches missions to the optimal model based on task type, complexity, and cost profile. Supports Qwen, DeepSeek, Llama, and Claude as fallback.
Pay per mission execution, not per token. MCU (Mission Credit Unit) pricing gives predictable costs and aligns billing with business outcomes — not compute consumption.
Each workspace operates with its own API key and isolated execution context. No data leakage between tenants. Suitable for teams and enterprise deployments.
Every mission runs through a structured pipeline: classify, validate, plan, route, execute, review, format, deliver. Consistent output quality regardless of model used.
MekongMind integrates with your existing workflow via REST. No SDK required.
Create a workspace and receive your mk_ prefixed API key instantly.
POST your goal as a plain-text instruction to the /raas/missions endpoint.
The 8-stage pipeline classifies, plans, and dispatches to the best available model for your task.
Receive structured output. One MCU credit is deducted per successful mission execution.
A single POST endpoint accepts any natural-language goal. No complex request schemas or SDK dependencies.
Authenticate with your workspace API key. Keys are scoped per workspace and can be rotated at any time.
Responses include the result, model used, credits consumed, and pipeline trace for full observability.
# Submit a mission to MekongMind curl -X POST https://api.mekonmind.com/raas/missions \ -H "Authorization: Bearer mk_your_key" \ -H "Content-Type: application/json" \ -d '{ "goal": "Write a marketing pitch for Vietnamese coffee brand" }' # Response { "status": "completed", "result": "...", "model_used": "qwen-max", "credits_used": 1, "pipeline_ms": 1840 }
Pay for what you execute. No per-token surprises. Unused credits roll over monthly.