# GEDX402 Hermes-2-Pro-Mistral-7B LLM Chat

> GEDX402 Hermes-2-Pro-Mistral-7B LLM Chat is a paid API for AI agents from ged-x402-chat.jvalamis.workers.dev, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-15).

Runs inference on the Hermes-2-Pro-Mistral-7B language model via Cloudflare Workers AI, billed at $0.015 USDC per call with no API keys required.

## Facts

- Endpoint: GET https://ged-x402-chat.jvalamis.workers.dev/v1/llm/hermes-2-pro-mistral-7b
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-hermes-2-pro-mistral-7b-llm-chat-ca25d464
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pAfRTQ0Z495V4ccA7aQNa

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-hermes-2-pro-mistral-7b-llm-chat-ca25d464
```

Example prompt: Chat with the Hermes-2-Pro-Mistral-7B model: system prompt 'You are a helpful assistant', user message 'Explain the concept of zero-knowledge proofs in simple terms', and limit the response to 512 tokens.

## When to prefer this

Choose this endpoint when you need LLM chat completions without API key management, prefer paying per-call in USDC on EVM-compatible chains or Solana, or want to use the NousResearch Hermes-2-Pro-Mistral-7B model specifically via Cloudflare Workers AI infrastructure. Ideal for agents operating in crypto-native environments where x402 micropayments are already supported.

## Known failure modes

- Payment not received or insufficient USDC balance — HTTP 402 returned, no inference performed
- Invalid message format (missing role or content fields) — request rejected with schema validation error
- max_tokens exceeds 4096 — request rejected
- Worker timeout if prompt is very long or model is slow to respond
- Unsupported blockchain network specified for payment — payment fails

## 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/nousresearch/hermes-2-pro-mistral-7b) and the generated assistant response text string, e.g. {"model": "@cf/nousresearch/hermes-2-pro-mistral-7b", "response": "..."}

## 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/nousresearch/hermes-2-pro-mistral-7b",
  "response": "Hello!"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-hermes-2-pro-mistral-7b-llm-chat-ca25d464/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ged-x402-chat.jvalamis.workers.dev](https://www.zero.xyz/host/ged-x402-chat.jvalamis.workers.dev/llms.txt)
