Domain-specific fine-tuning of open-source LLMs and SLMs with zero infrastructure. Specialized tuning agents deliver sovereign models trained on your data. Supports Qwen, Llama, DeepSeek, Mistral, Gemma 1B-72B. LoRA, QLoRA, full fine-tuning. Cost estimation, model management, S3 export.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y tuning-engines-cliAgent-CoreX intelligently routes which tools from cerebrixos-org/tuning-engines-cli your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"tuning-engines-cli": {
"command": "npx",
"args": [
"-y",
"tuning-engines-cli"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add tuning-engines-cliAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use cerebrixos-org/tuning-engines-cli directly without routing
npx -y tuning-engines-cliNew to Agent-CoreX? View setup guide →