Production AntSeed provider · continuously monitored
NovaRoute AI
Start an AntSeed buyer pinned to this verified peer, then run a real OpenAI-compatible workload through a published high-demand route. Check the signed live catalog before sending work.
c50de6922b00677c93007c01924586de887ced7b
Connect in three steps
For the shortest visual path, open AntStation Discover and search the exact provider name NovaRoute AI. Or install the CLI buyer, fund it, then pin this peer explicitly.
Install the buyer
Install the current AntSeed CLI before opening a paid session.
npm install -g @antseed/cli
antseed --version
Fund the buyer
Run the local payment portal in this terminal and deposit USDC on Base. The portal stays in the foreground; after funding, stop it with Ctrl+C.
antseed payments
Then confirm the deposit from another terminal or after the portal has stopped.
antseed buyer balance
Start pinned
Start the local proxy with this provider already pinned. Keep this terminal open.
antseed buyer start --peer c50de6922b00677c93007c01924586de887ced7b
Buyer already running? Switch it to this peer from another terminal without restarting the proxy.
antseed buyer connection set --peer c50de6922b00677c93007c01924586de887ced7b
Finish cleanly: When the real workload is done, stop the foreground buyer with Ctrl+C and wait for Disconnected. All channels finalized. before closing the terminal. Do not force-kill the buyer process; graceful shutdown finalizes the payment channel normally and releases unused deposit.
Verify before opening a paid session
These read-only checks confirm the installed CLI, this peer's signed live catalog, and the buyer balance. They do not call a model or open a paid inference session.
antseed --version
antseed network peer c50de6922b00677c93007c01924586de887ced7b
antseed buyer balance
Step 04: Choose a real first workload
claude-opus-4.6 ranks first in AntSeed's latest official model-sales snapshot and uses signed live directory pricing. Open a second terminal, replace the message with a task you actually need completed, and confirm the signed live price before use.
curl http://127.0.0.1:8377/v1/chat/completions \
-H "content-type: application/json" \
-d '{"model":"c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6","messages":[{"role":"user","content":"REPLACE WITH YOUR REAL TASK"}]}'
Loading the signed live directory price. Never send artificial traffic just to test the route.
Use your existing tools
AntStation can discover and pin the provider visually. The remaining examples assume the buyer proxy is running and this peer is pinned.
Required before client setup: AntStation manages its buyer inside the desktop app. For every other panel, install, fund, and start the local buyer proxy pinned to this peer first. The setup and read-only preflight do not send a model request.
AntStation Discover
Install the official desktop app, fund the buyer with Base USDC, then open Discover. Search the exact provider name NovaRoute AI first; service-name searches such as claude-opus-4.6 are broader and can show several peers. Choose this peer, select a service, and start a real chat. Selecting the result pins both this provider and the service.
Provider name: NovaRoute AI. Peer: c50de6922b00677c93007c01924586de887ced7b. Verify the provider and live price before funding a session.
OpenAI-compatible clients
Pin this peer per request, so an existing session-wide connection does not need to change.
curl http://127.0.0.1:8377/v1/chat/completions \
-H "content-type: application/json" \
-H "x-antseed-pin-peer: c50de6922b00677c93007c01924586de887ced7b" \
-d '{"model":"claude-opus-4.6","messages":[{"role":"user","content":"REPLACE WITH YOUR REAL TASK"}]}'
OpenAI Codex CLI
Pin this peer, then let the official AntSeed wrapper supply Codex's temporary provider configuration for one real coding session.
npm install -g @openai/codex
antseed buyer connection set --peer c50de6922b00677c93007c01924586de887ced7b
antseed codex --model claude-opus-4.6
OpenCode
Use the AntSeed wrapper to create an isolated temporary OpenCode provider config for this pinned peer.
npm install -g opencode-ai
antseed buyer connection set --peer c50de6922b00677c93007c01924586de887ced7b
antseed opencode --model claude-opus-4.6
Aider
Point Aider at the local buyer proxy and pin this peer in the model name. Run it only for a repository task you already need completed.
export OPENAI_API_BASE=http://127.0.0.1:8377/v1
export OPENAI_API_KEY=antseed-local
aider --model openai/c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6
Continue
Add this OpenAI-compatible model to Continue's config.yaml. The model prefix pins every real chat or edit request to this peer.
name: NovaRoute AI
version: 1.0.0
schema: v1
models:
- name: NovaRoute AI - claude-opus-4.6
provider: openai
model: c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6
apiBase: http://127.0.0.1:8377/v1
apiKey: antseed-local
roles:
- chat
- edit
- apply
Cline
Select OpenAI Compatible in Cline and enter these local buyer settings. The model ID pins every real coding request to this peer.
API Provider: OpenAI Compatible
Base URL: http://127.0.0.1:8377/v1
API Key: antseed-local
Model ID: c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6
Cline may refresh the free local model catalog while these fields are entered. Do not send a verification prompt; begin only with repository work you already need completed.
Kilo Code
Add a custom provider, then add the explicit model ID manually so every real coding request stays pinned to this peer.
Provider ID: antseed
Display name: NovaRoute AI
Provider API: OpenAI Compatible
Base URL: http://127.0.0.1:8377/v1
API Key: antseed-local
Model ID (manual): c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6
Kilo may query the free local /v1/models catalog during setup. Keep the manual peer-prefixed model ID and begin only with repository work you already need completed.
Zoo Code
Select OpenAI Compatible, then choose the explicit custom model ID so every real coding request stays pinned to this peer.
API Provider: OpenAI Compatible
Base URL: http://127.0.0.1:8377/v1
API Key: antseed-local
Model ID (custom): c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6
Zoo Code fetches only the free local /v1/models catalog while these fields are entered. Keep the custom peer-prefixed model ID, use a service with native OpenAI tool calling, and begin only with repository work you already need completed.
Goose
Add a custom OpenAI-compatible provider in Goose, then add the explicit model ID so every real agent request stays pinned to this peer.
Provider type: OpenAI Compatible
Display name: NovaRoute AI
API URL: http://127.0.0.1:8377/v1
Requires API key: off
Model: c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6
Streaming: on
Goose may read only the free local /v1/models catalog for model discovery or context metadata. Keep the peer-prefixed model, do not run the provider test, and start the session only with repository work you already need completed.
Cherry Studio
Add a custom OpenAI provider, then add the explicit model ID manually so each real assistant or MCP-backed request stays pinned to this peer.
Provider name: NovaRoute AI
Provider type: OpenAI
API key: antseed-local
API address: http://127.0.0.1:8377
Model ID (manual): c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6
Provider: enabled
Cherry Studio appends /v1 to this root API address. Adding or listing models reads only the free local catalog, but Check or Detect sends a paid inference probe. Do not use either check; keep the manual peer-prefixed model, choose a service with native OpenAI tool calling for MCP work, and begin only with a real task.
Chatbox
Import a reviewed custom provider for the selected route, or enter the same fields manually. The imported model is marked for native tool use without running a capability test.
Provider name: NovaRoute AI
API mode: OpenAI API Compatible
API key: antseed-local
API Host: http://127.0.0.1:8377
API Path: leave blank
Model ID (New): c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6
Model type: Chat
Capability: Tool use
The import link opens a read-only preview and writes local settings only after you choose Save. Re-importing the same NovaRoute provider ID shows an overwrite warning. Do not click Check or Test Model: Chatbox sends separate paid text, vision, and tool probes. Fetch only reads the free local /v1/models catalog but is unnecessary for this imported route. Begin only with a real task.
Jan
Add an OpenAI-compatible custom provider, select the exact peer-prefixed model, then mark that model as tool-capable for real assistant or MCP work.
Settings > Model Providers > Add Provider
Provider name: NovaRoute AI
API format: OpenAI-compatible
Base URL: http://127.0.0.1:8377/v1
API key: antseed-local
Model ID: c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6
Edit model > Tools: on > Save
Creating the provider and testing its key only read the free local /v1/models catalog; no inference is sent. Jan cannot infer custom-model capabilities, so enable Tools in the model editor without sending a test prompt. Keep per-tool approval enabled for MCP work and begin only with a real task.
AnythingLLM Desktop
Select the Generic OpenAI provider in the desktop app. Its local model catalog preserves the exact peer-prefixed route for normal chat, RAG, and real agent work.
Settings > AI Providers > LLM
LLM Provider: Generic OpenAI
Base URL: http://127.0.0.1:8377/v1
API Key: antseed-local
Selected Model: c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6
Model context window: 8192
Max Tokens: 1024
Use the desktop app for this localhost route. Docker's 127.0.0.1 points inside its container and is not this verified path. The settings screen reads only the free local /v1/models catalog; no inference probe is required. Open a workspace and begin with a real task. Prefix that real task with @agent only when agent tools are needed.
Claude Code
The AntSeed wrapper configures the local proxy and placeholder API key.
npm install -g @anthropic-ai/claude-code
antseed buyer connection set --peer c50de6922b00677c93007c01924586de887ced7b
antseed claude --model claude-opus-4.6
Pi coding agent
Install the official extension, reload Pi, then select the route carrying this peer prefix. Pi pins the peer on every request.
npm install -g @mariozechner/pi-coding-agent
pi install git:github.com/AntSeed/pi-antseed
pi
# In Pi: /reload, then open the model selector with Ctrl+L
# Search: c50de6922b006
# Choose: antseed/claude-opus-4.6@c50de6922b006-...
LangChain Python
Use ChatOpenAI with the local AntSeed base URL.
from langchain_openai import ChatOpenAI
llm = ChatOpenAI(
model="c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6",
base_url="http://127.0.0.1:8377/v1",
api_key="antseed",
)
Hermes agent
Register AntSeed as a custom Chat Completions provider.
model:
default: c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6
provider: antseed
custom_providers:
- name: antseed
base_url: http://127.0.0.1:8377/v1
api_key: antseed-p2p
api_mode: chat_completions
models:
- c50de6922b00677c93007c01924586de887ced7b@claude-opus-4.6
- c50de6922b00677c93007c01924586de887ced7b@gpt-5.6-sol
- c50de6922b00677c93007c01924586de887ced7b@minimax-m2.7
- c50de6922b00677c93007c01924586de887ced7b@claude-sonnet-5
AntFeed MCP read-only discovery
This seller is indexed in AntFeed under wallet 0xc50DE6922b00677c93007c01924586dE887ced7b. Add the MCP server to find the seller and compare live directory pricing, then use the verified direct buyer path for the approved real workload.
{
"mcpServers": {
"antfeed": {
"command": "npx",
"args": ["-y", "@antfeed/mcp"],
"env": {
"ANTFEED_EXPLORER_URL": "https://www.antfeed.org"
}
}
}
}
Use this config in Claude Code, Claude Desktop, Cursor, Cline, or another MCP host. This path intentionally uses only lookup and get_pricing.
Use AntFeed MCP to look up "NovaRoute AI".
Verify seller 0xc50DE6922b00677c93007c01924586dE887ced7b.
For a real code, Web3 transaction-safety, or release-readiness review,
compare novaroute-code-audit-v1 first. Otherwise compare claude-opus-4.6,
gpt-5.6-sol, minimax-m2.7, and gpt-5.5 with other exact offers.
If one fits my real workload, show the pinned model route and ask me
to continue through the direct AntSeed buyer path. Do not call create_session.
Current AntSeed CLI 0.1.136 does not expose the /health and /sessions bridge expected by AntFeed MCP 0.2.5. Use MCP for read-only discovery, verify the signed live catalog, then run the real workload through the direct pinned buyer route.
Featured services
Twelve production services are highlighted for common coding, reasoning, and agent workloads. Open any service name to inspect this provider's stable AntFeed profile, then search the exact service ID in AntFeed's service directory if you need a market comparison. Check the signed live catalog before choosing because upstream costs and market ranks can change.
Demand evidence: claude-opus-4.6 ranks first and gpt-5.5 fourth in AntSeed's July 25 Top models by sales snapshot. minimax-m2.7 ranks eighth in the July 14 Top models by token volume snapshot. This peer offers these routes with signed live pricing.
| Service | Input / 1M | Output / 1M | Protocol | Focus |
|---|---|---|---|---|
| Loading published service snapshot... | ||||
Prices shown here are a published snapshot. Inspect the signed live catalog before use with antseed network peer c50de6922b00677c93007c01924586de887ced7b.
Verifiable provider identity
Trust claims are public and independently checkable. No private credentials are stored on this site.
Domain proof
GitHub proof
Response authentication
verification.response-auth.v1 is advertised in signed metadata.
Persistent provider pin
AntStation and CLI selections persist across buyer-proxy restarts, so a production workload stays on the explicitly selected peer.
Public health evidence
The monitor snapshot records the cloud endpoint, DHT visibility, service count, and organic-call readiness.
Connection support
Need help connecting a real workload? Open the short support form before or after installing a buyer. A buyer hash is optional until your buyer exists. Real external usage only; self-trading and artificial volume are not accepted.