# KiteEndpoints.ai GPT-5 API

> KiteEndpoints.ai GPT-5 API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Calls the GPT-5 model endpoint via KiteEndpoints.ai mega hub, returning AI-generated responses paid per request with USDC on Base chain

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/gpt5
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-gpt-5-api-821542cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XH9QJIZUx8MJ1VBFqk9FW

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 kiteendpoints-ai-gpt-5-api-821542cd -d '<json body>'
```

Example prompt: Send this prompt to the GPT-5 endpoint on KiteEndpoints.ai and pay with USDC on Base: 'Write a concise executive summary of the following quarterly earnings report: [report text].'

## When to prefer this

Choose this endpoint when you need GPT-5 inference on a pay-per-request basis without committing to an OpenAI subscription, especially when paying with USDC on Base chain via the x402 protocol. Useful for AI agents that need occasional GPT-5 calls billed directly in crypto rather than through a traditional API key.

## Known failure modes

- Payment failure if wallet lacks sufficient USDC on Base chain
- 402 Payment Required if x402 payment header is missing or malformed
- Model unavailability if GPT-5 endpoint is offline or rate-limited by upstream provider
- Malformed request body returning 400 error
- Empty or stub response if the underlying GPT-5 routing is not yet live

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

A JSON object with a 'result' field containing a nested 'data' key holding the GPT-5 model's text response to the submitted prompt or request.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-gpt-5-api-821542cd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
