Agentic coding tools are AI assistants that can autonomously write, edit, and refactor code in your codebase. Unlike simple code completion, these agents understand context, make multi-file changes, and iterate on their work.Documentation Index
Fetch the complete documentation index at: https://docs.infercom.ai/llms.txt
Use this file to discover all available pages before exploring further.
Why Infercom for Agentic Coding
EU Sovereign
Full GDPR compliance. Data stays in EU. No US CLOUD Act exposure.
High Performance
MiniMax-M2.7: 400+ tokens/sec - 6x faster than Claude Sonnet.
Quality
MiniMax-M2.7: Top-tier coding performance with 192k context window.
No Rate Limits
No quota drama. Scale your development without interruption.
No Quantization
Always full precision. No quality loss from model compression.
Supported Tools
We document the most popular tools below, but any tool that supports OpenAI-compatible or Anthropic-compatible APIs will work with Infercom. Just point it tohttps://api.infercom.ai/v1 with your API key.
Terminal Tools
IDE Extensions & Editors
Advanced
| Tool | Type | Best For |
|---|---|---|
| Claude Code + ccproxy | Proxy | Staying in Claude ecosystem |
Recommended Models
MiniMax-M2.7 is the recommended model for agentic coding:- Context window: 192K tokens (largest in EU infrastructure)
- Speed: 400+ tokens/sec
- Capabilities: Reasoning, function calling, tool use
MiniMax-M2.5 (160k context) remains available but will be deprecated in a future release. New projects should use MiniMax-M2.7.
Configuration Patterns
Most tools support two configuration approaches:Single Model (Simple)
Use MiniMax-M2.7 for all tasks. This is the simplest setup and works well for most workflows.Plan/Execute (Advanced)
For complex tasks, many tools support separate models for planning and execution:| Phase | Model | Purpose |
|---|---|---|
| Plan | Claude, GPT, Gemini | Top-tier reasoning for architectural decisions |
| Execute | MiniMax-M2.7 | Fast code generation on EU sovereign infrastructure |
- Codex CLI:
[profiles.plan]and[profiles.execute]in config.toml - Cline: “Use different models for Plan and Act modes” toggle
- OpenCode:
agent.planandagent.buildin opencode.json
Getting Started
- Get your API key (includes free credit)
- Choose a tool based on your workflow
- Follow the setup guide for your chosen tool