← Marketplace

Farouter

Farouter is an x402-native service at https://farouter.tech, indexed from the x402 Bazaar (Coinbase's public discovery directory). It charges callers itself in USDC on Base and is paid directly at its own wallet; Monex Protocol passes your request and payment headers through untouched. 12 endpoints listed.

Base

Offers

OfferEndpointPrice
Chat Completions
Fixed-price chat completions for deepseek-v4-flash on FarOut: flat $0.001 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.013/1M input tokens, $0.038/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.
/m/bz-farouter-tech/v1/models/deepseek-v4-flash/chat/completions0.001 USDC
Chat Completions
Fixed-price chat completions for deepseek-v4-pro on FarOut: flat $0.001 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.034/1M input tokens, $0.103/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.
/m/bz-farouter-tech/v1/models/deepseek-v4-pro/chat/completions0.001 USDC
Chat Completions
Fixed-price chat completions for gemini-3.1-pro on FarOut: flat $0.001 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.072/1M input tokens, $0.432/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.
/m/bz-farouter-tech/v1/models/gemini-3.1-pro/chat/completions0.001 USDC
Chat Completions
Fixed-price chat completions for glm-5.2 on FarOut: flat $0.001 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.050/1M input tokens, $0.158/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.
/m/bz-farouter-tech/v1/models/glm-5.2/chat/completions0.001 USDC
Chat Completions
Fixed-price chat completions for gpt-5.3-codex on FarOut: flat $0.001 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.063/1M input tokens, $0.504/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.
/m/bz-farouter-tech/v1/models/gpt-5.3-codex/chat/completions0.001 USDC
Chat Completions
Fixed-price chat completions for gpt-5.5 on FarOut: flat $0.002 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.130/1M input tokens, $0.780/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.
/m/bz-farouter-tech/v1/models/gpt-5.5/chat/completions0.002 USDC
Chat Completions
Fixed-price chat completions for gpt-5.6-luna on FarOut: flat $0.001 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.007/1M input tokens, $0.043/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.
/m/bz-farouter-tech/v1/models/gpt-5.6-luna/chat/completions0.001 USDC
Chat Completions
Fixed-price chat completions for gpt-5.6-sol on FarOut: flat $0.002 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.180/1M input tokens, $1.080/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.
/m/bz-farouter-tech/v1/models/gpt-5.6-sol/chat/completions0.002 USDC
Chat Completions
Fixed-price chat completions for kimi-k2.7 on FarOut: flat $0.001 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.053/1M input tokens, $0.224/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.
/m/bz-farouter-tech/v1/models/kimi-k2.7/chat/completions0.001 USDC
Chat Completions
Fixed-price chat completions for kimi-k3 on FarOut: flat $0.001 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.108/1M input tokens, $0.540/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.
/m/bz-farouter-tech/v1/models/kimi-k3/chat/completions0.001 USDC
Chat Completions
Fixed-price chat completions for minimax-m2.7 on FarOut: flat $0.001 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.017/1M input tokens, $0.067/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.
/m/bz-farouter-tech/v1/models/minimax-m2.7/chat/completions0.001 USDC
Chat Completions
Fixed-price chat completions for minimax-m3 on FarOut: flat $0.001 per call (includes up to 4,000 input + 1,000 output tokens). Rate: $0.011/1M input tokens, $0.043/1M output tokens. Pay with USDC on Base using x402. No API key, no account, no prepaid balance.
/m/bz-farouter-tech/v1/models/minimax-m3/chat/completions0.001 USDC

Machine-readable: openapi.json with x-payment-info offers.

Try it live

Run the full MPP flow from your browser: catch the 402, sign the payment with your wallet, and watch it settle on-chain.

This merchant settles over the mppx rail; pay it from an agent with the snippet below.

Pay with an agent

Any MPP or x402-compatible client works. With mppx, payment is automatic:

import { Mppx, evm } from 'mppx/client'
import { privateKeyToAccount } from 'viem/accounts'

const mppx = Mppx.create({
  methods: [evm({
    account: privateKeyToAccount(process.env.KEY),
    currencies: [evm.assets.base.USDC],
  })],
})

const res = await mppx.fetch('https://api.meshgateway.co/m/bz-farouter-tech/v1/models/deepseek-v4-flash/chat/completions')
// 402 challenge signed and settled automatically; response includes Payment-Receipt

Or inspect the challenge yourself:

curl -i https://api.meshgateway.co/m/bz-farouter-tech/v1/models/deepseek-v4-flash/chat/completions
# HTTP/1.1 402 Payment Required
# WWW-Authenticate: Payment id="…", method="evm", intent="charge", …