# GPT-5.4-mini Standard Code Review

> GPT-5.4-mini Standard Code Review is a paid API for AI agents from gpt55.558686.xyz, paid per call via x402, $0.00293/call, status unknown (last checked 2026-09-16).

Performs standard AI-powered code review analyzing bugs, edge cases, maintainability, and missing tests using GPT-5.4-mini via x402 micropayment.

## Facts

- Endpoint: POST https://gpt55.558686.xyz/v1/tools/code-review/standard
- Price: $0.00293/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gpt-5-4-mini-standard-code-review-aa3982fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap___yMgNpgJAqmGeLKXbqAn

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 gpt-5-4-mini-standard-code-review-aa3982fe -d '<json body>'
```

Example prompt: Can you do a standard code review of this JavaScript function for bugs, edge cases, and missing tests? Focus on error handling and use up to 2048 output tokens: `function divide(a, b) { return a / b; }`

## When to prefer this

Choose this endpoint when you need a fast, affordable AI code review paid per-call via USDC micropayment on Base without a subscription. Ideal for agents that process code snippets or modules on-demand and need structured feedback on bugs, edge cases, and test coverage. Prefer this over general chat completions when you want a purpose-scoped review prompt rather than crafting your own.

## Known failure modes

- Code input exceeds 700,000 character limit — request rejected
- Payment via x402 USDC on Base fails or is insufficient (min $0.00293) — 402 response returned
- Invalid language or focus parameter — may produce generic or misaligned review
- Empty or whitespace-only code string — rejected due to minLength:1
- Model unavailability upstream — 503 or timeout error

## How this service works

Standard code review for bugs, edge cases, maintainability, and missing tests. Model tier: standard; upstream model: gpt-5.4-mini. Price is derived from official OpenAI relative token costs with a local margin and floor. Pay up to $0.00293 per request with x402 USDC on Base. Public paid calls are limited to 700000 input characters and 4096 output tokens.

## Output

Returns a structured code review covering identified bugs, edge cases not handled, maintainability issues, and suggestions for missing test coverage — up to 4096 tokens of detailed analysis.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "code": {
   "type": "string",
   "maxLength": 700000,
   "minLength": 1
  },
  "focus": {
   "type": "string"
  },
  "language": {
   "type": "string"
  },
  "max_tokens": {
   "type": "integer",
   "maximum": 4096,
   "minimum": 1
  },
  "temperature": {
   "type": "number",
   "maximum": 2,
   "minimum": 0
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gpt-5-4-mini-standard-code-review-aa3982fe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gpt55.558686.xyz](https://www.zero.xyz/host/gpt55.558686.xyz/llms.txt)
