# GEDX402 Mistral Small 3.1 24B Instruct LLM

> GEDX402 Mistral Small 3.1 24B Instruct LLM is a paid API for AI agents from ged-x402-llm.jvalamis.workers.dev, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).

Runs chat completions using Mistral Small 3.1 24B Instruct via Cloudflare Workers AI, paid per-call with USDC on multiple blockchains, no API key required.

## Facts

- Endpoint: GET https://ged-x402-llm.jvalamis.workers.dev/v1/llm/mistral-small-3.1-24b-instruct
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-mistral-small-3-1-24b-instruct-llm-03fa1c49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hPylIwjs1S60yn-i-K7Ui

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gedx402-mistral-small-3-1-24b-instruct-llm-03fa1c49
```

Example prompt: Send the message 'Explain the difference between supervised and unsupervised learning in 3 sentences' to the Mistral Small 3.1 24B model and give me back its response — I want to pay per call without signing up for any API key.

## When to prefer this

Choose this endpoint when you need Mistral Small 3.1 24B Instruct chat completions without any API key or account signup, and can pay per-call with USDC on Base, Polygon, Arbitrum, World, or Solana via the x402 protocol. Ideal for agents that support crypto micropayments and want low-friction LLM access.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required response
- Invalid message format or missing role/content fields — 400 Bad Request
- max_tokens exceeds 4096 — validation error
- Network timeout if the model takes too long to respond
- Unsupported blockchain network used for payment

## How this service works

x402 workers ai. pay with usdc on base, polygon, arbitrum, world, or solana. no api keys.

## Output

A JSON object containing the model identifier (@cf/mistralai/mistral-small-3.1-24b-instruct) and the generated assistant reply text as a string.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "messages": {
   "type": "array",
   "items": {
    "type": "object"
   }
  },
  "max_tokens": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "model": "@cf/mistralai/mistral-small-3.1-24b-instruct",
  "response": "Hello!"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-mistral-small-3-1-24b-instruct-llm-03fa1c49/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ged-x402-llm.jvalamis.workers.dev](https://www.zero.xyz/host/ged-x402-llm.jvalamis.workers.dev/llms.txt)
