Use AgentRouter to run chat completion, code completion, and model discovery through one routed DeepSeek-backed model API.
5
Live Providers
10
Live Routes
4 credits ($0.004)
Chat Completion
3 credits ($0.003)
Code Or List
The models catalog currently exposes 3 capabilities for AI agents. Chat Completion currently starts at 4 credits ($0.004), and code or list currently starts at 3 credits ($0.003).
Availability Note
DeepSeek MPP model routes are live after the May 5, 2026 production-mode revisit: `models.chat.complete.deepseek.mpp`, `models.code.complete.deepseek.mpp`, and `models.list.deepseek.mpp`. Groq chat and list routes are also live after the May 10, 2026 production-mode smoke: `models.chat.complete.groq.mpp` and `models.list.groq.mpp`. DeepSeek list-models returned `deepseek-v4-flash` and `deepseek-v4-pro`; Groq chat smoke returned `AgentRouter Groq smoke OK` from `llama-3.1-8b-instant`.
Supplier Pricing Snapshot
The current launch surface is DeepSeek over MPP. AgentRouter exposes fixed starting credits while preserving route context for exact model ids and accepted aliases.
4 credits ($0.004)
DeepSeek Chat
Latest paid smoke charged 4 credits on models.chat.complete.deepseek.mpp.
3 credits ($0.003)
DeepSeek Code/List
Latest paid smoke charged 3 credits on code completion and model listing.
What Is AI Model Inference?
Agent model inference is the operational layer that lets an AI agent call raw language-model capabilities through a stable routed contract.
Direct model integrations tend to bind application logic to one provider's endpoint names, model ids, and billing mechanics. That makes it harder to compare suppliers or keep execution stable when upstream wrappers evolve.
AgentRouter keeps chat completion, code completion, and model listing behind one models domain so the agent can recommend, inspect route context, and execute without owning provider-specific payment details.
Top Scenarios
Use chat completion when the workflow needs raw language-model output rather than search-grounded answers or hosted-agent execution.
Anthropic
MPP
4 credits ($0.004)
DeepSeek
MPP
4 credits ($0.004)
OpenRouter
MPP
4 credits ($0.004)
Model reasoning, transformations, and direct LLM responses
DeepSeek chat completion charged 4 credits in the May 5, 2026 production-mode smoke.
Coverage: 1 capabilities · 6 live routes
Start with Chat Complete
Use code completion when the agent has a prefix and optional suffix and wants a fill-in-the-middle result.
Code Complete
DeepSeek
3 credits ($0.003)
Code generation, FIM-style snippets, and editor workflows
DeepSeek code completion charged 3 credits in the May 5, 2026 production-mode smoke.
Coverage: 1 capabilities · 1 live routes
Start with Code Complete
Use model listing before execution when the agent needs to choose a concrete model id.
DeepSeek
MPP
3 credits ($0.003)
Groq
MPP
5 credits ($0.005)
Mistral AI
MPP
5 credits ($0.005)
Model discovery, preflight checks, and route context repair
DeepSeek model listing charged 3 credits and returned deepseek-v4-flash and deepseek-v4-pro.
Coverage: 1 capabilities · 3 live routes
Start with Models List
Provider Comparison
The rows below are derived from the live route catalog currently exposed through AgentRouter.
| Provider | Best For | Key Capabilities | Starting Price | Available Via |
|---|---|---|---|---|
D DeepSeek Covers Chat Complete, Code Complete, Models List through the live routed catalog. 3 live routes | Chat Complete and Code Complete | Chat Complete, Code Complete, Models List Modes: Managed | 3 credits ($0.003) | MPP |
A Anthropic Covers Chat Complete through the live routed catalog. 2 live routes | Chat Complete | Chat Complete Modes: Managed | 4 credits ($0.004) |
Quick Start
Get an API key, ask AgentRouter to recommend the best route for the job, and execute through one shared wallet instead of wiring each provider separately.
Step 1
Enable the API once
Create one AgentRouter API key that can be reused across all live domains and capabilities.
Step 2
Recommend the route
Let AgentRouter compare the current routes, prices, and route availability before the first execute call.
Step 3
Execute the capability
Run the selected workflow through the chosen route while AgentRouter handles pricing, wallet debits, and upstream settlement.
Works with
Pricing By Task
These examples translate the current live route prices into workflow questions operators usually evaluate before shipping a domain into an agent.
| Task | Route | Price | Notes |
|---|---|---|---|
| Run one chat completion | Anthropic (models.chat.complete.anthropic.messages.mpp) | 4 credits ($0.004) | Use when the workflow wants raw model output from a message list. |
| Run one code completion | DeepSeek (models.code.complete.deepseek.mpp) | 3 credits ($0.003) | Use when the workflow wants FIM-style completion between prefix and suffix. |
| List model ids | DeepSeek (models.list.deepseek.mpp) | 3 credits ($0.003) | Use before execution when the agent needs live model identifiers such as deepseek-v4-flash. |
Pricing note: 1000 credits = $1 USD. Raw API responses still return numeric credit fields such as creditsCharged.
Why AgentRouter
Recommendation happens before execution, so the agent can compare current route supply and pricing instead of hard-coding one provider forever. The same routed contract stays stable even as provider coverage or transport paths change underneath.
FAQ
Raw language-model inference belongs here: chat completion, code completion, and model discovery. Search-grounded answers, hosted agents, speech, translation, images, and document understanding stay in their dedicated domains.
No. The live DeepSeek routes use AgentRouter's MPP settlement path and execute through one AgentRouter wallet.
The May 5, 2026 live model-list route returned deepseek-v4-flash and deepseek-v4-pro. Route context also documents accepted aliases such as deepseek-chat.
Reference
Use the capability browser below when you want contract-level detail: endpoints, live example modals, route breakdowns, and exact route prices.
| Capability | Endpoints | Price |
|---|---|---|
chat.complete Complete a chat conversation with an OpenAI-compatible message list. | GET /api/agentic-api/domains/models/capabilities/chat-completeRead the capability contract, current lifecycle status, and machine-readable metadata for this model inference workflow. | Free |
POST /api/agentic-api/domains/models/capabilities/chat-complete/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/models/capabilities/chat-complete/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
code.complete Complete code with fill-in-the-middle style prefix and optional suffix input. | GET /api/agentic-api/domains/models/capabilities/code-completeRead the capability contract, current lifecycle status, and machine-readable metadata for this model inference workflow. | Free |
POST /api/agentic-api/domains/models/capabilities/code-complete/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/models/capabilities/code-complete/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
list List model identifiers and availability metadata exposed by the provider wrapper. | GET /api/agentic-api/domains/models/capabilities/listRead the capability contract, current lifecycle status, and machine-readable metadata for this model inference workflow. | Free |
POST /api/agentic-api/domains/models/capabilities/list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/models/capabilities/list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. |
Related Pages
AgentRouter landing page
Browse all live domains, top API cards, and route coverage across the platform.
Install and auth
Enable AgentRouter, create the API key, and connect the shared wallet flow.
Phone, SMS & Voice domain
Create managed phone agents, provision numbers, inspect conversations and calls, and keep telephony workflows behind one supplier-neutral phone domain.
Physical Mail domain
Quote letters, send physical mail, poll fulfillment status, and send postcards through one routed post domain.
| MPP |
O OpenRouter Covers Chat Complete through the live routed catalog. 1 live routes | Chat Complete | Chat Complete Modes: Managed | 4 credits ($0.004) | MPP |
G Groq Covers Chat Complete, Models List through the live routed catalog. 2 live routes | Chat Complete and Models List | Chat Complete, Models List Modes: Managed | 5 credits ($0.005) | MPP |
M Mistral AI Covers Chat Complete, Models List through the live routed catalog. 2 live routes | Chat Complete and Models List | Chat Complete, Models List Modes: Managed | 5 credits ($0.005) | MPP |