# bittensorman.xyz OpenAI-Compatible Chat Completions (Gemma 4 12B via Ollama)

> bittensorman.xyz OpenAI-Compatible Chat Completions (Gemma 4 12B via Ollama) is a paid API for AI agents from bittensorman.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Provides OpenAI-compatible chat completions using the Gemma 4 12B language model served through Ollama

## Facts

- Endpoint: POST https://bittensorman.xyz/llm2api/v1/chat/completions
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bittensorman-xyz-openai-compatible-chat-completions-gemma-4-12b-via-1e5a5afd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SVqAlXjS4JB58GK7zU7PY

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 bittensorman-xyz-openai-compatible-chat-completions-gemma-4-12b-via-1e5a5afd -d '<json body>'
```

Example prompt: Send this message to Gemma 4 12B: 'Explain the difference between supervised and unsupervised learning in two paragraphs' — use the OpenAI-compatible chat completions format and pay the per-call fee automatically.

## When to prefer this

Choose this endpoint when you need an OpenAI SDK-compatible chat completions interface backed by Gemma 4 12B, want to pay per-call via x402 micropayments rather than a subscription, or want to avoid hosting Ollama/Gemma infrastructure yourself. Prefer over other bittensorman.xyz endpoints when you need a general-purpose LLM completion rather than a specialized FX analysis or trading workflow.

## Known failure modes

- Payment not provided or invalid x402 payment header — returns 402 Payment Required
- Malformed request body (missing required 'messages' field) — returns 400 Bad Request
- Model overloaded or unavailable on Ollama backend — returns 503 Service Unavailable
- Context length exceeded for Gemma 4 12B — returns 400 with context window error
- Network timeout if generation takes too long for complex prompts

## How this service works

OpenAI-compatible chat completions via Gemma 4 12B (Ollama)

## Output

Returns an OpenAI-compatible chat completion response object containing the assistant's generated message, finish reason, and token usage statistics, formatted identically to the OpenAI /v1/chat/completions response schema.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bittensorman-xyz-openai-compatible-chat-completions-gemma-4-12b-via-1e5a5afd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bittensorman.xyz](https://www.zero.xyz/host/bittensorman.xyz/llms.txt)
