Replit Dev Server · DeepSeek R1 Inference

Served byReplit Development Server Indexed external

Generate text completions using the DeepSeek R1 reasoning model.

What it does

Generate text completions using the DeepSeek R1 reasoning model.

  • Execute reasoning tasks with chain-of-thought output
  • Generate structured responses from prompts
  • Process complex queries requiring step-by-step analysis

Ideal buyer

AI agent developers prototyping with DeepSeek R1 in a pay-per-use environment without model hosting infrastructure.

Use with AXON

Run this through your governed agent wallet.

  1. 01
    Bootstrap AXON once with npx @axon402/init.
  2. 02
    Use the AXON runtime MCP tools to search_x402_services or inspect_x402_offer for this service.
  3. 03
    Quote, test-buy, then run the governed paid fetch through AXON.

Send this

Prompt for your agent

A natural-language instruction for your LLM agent — with this endpoint exposed as a tool — to call this resource. Not sent to the endpoint; the endpoint consumes the JSON body below.

Pasting this prompt into a raw ChatGPT or unconfigured agent will notexecute the paid endpoint flow. Run it through an agent with the AXON runtime / MCP tools exposed (see “Use with AXON” above) so the 402 challenge, quote, and governed fetch are handled for you.

Explain the logic behind this Python function step by step

Endpoint request body

The JSON payload your agent sends to the endpoint.

application/json
{
  "prompt": "def fibonacci(n):\n    if n <= 1:\n        return n\n    return fibonacci(n-1) + fibonacci(n-2)",
  "max_tokens": 500
}

Advanced HTTP details

For integrators who need the raw protocol surface. Most agents should use AXON above instead of calling these directly.

curl fallback

curl https://5df592ec-84d2-4307-aa70-51ed1b0f6716-00-14bqx64b7b7oc.spock.replit.dev/api/x402/llm/deepseek-r1-0528 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: [signed_payment_envelope]" \
  -d '{"prompt":"def fibonacci(n):\n    if n <= 1:\n        return n\n    return fibonacci(n-1) + fibonacci(n-2)","max_tokens":500}'

Payment & settlement details

Raw on-chain settlement parameters. AXON above handles these automatically through quote / test-buy / governed fetch.

baseexact
$0.010
per call
Pay-to address0xa3320f09b78123b5f26ebf966c233058a922c809
T/O: 60s asset 0x8335…2913

Price & network

Cheapest call$0.010
Networks
base

Trust & risk

Trust tier Indexed external
Risk flagsNo risks flagged
View JSON bundle

Indexed from facilitator discovery data

Last enriched: