# KiteEndpoints.ai Free ChatGPT Proxy

> KiteEndpoints.ai Free ChatGPT Proxy is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.19/call, status unknown (last checked 2026-09-15).

Provides access to a ChatGPT-style conversational AI text generation endpoint via pay-per-request USDC micropayment on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/free-chatgpt
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-free-chatgpt-proxy-eeaca944
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XLfZMPhyO0v8bTftUbE-v

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-free-chatgpt-proxy-eeaca944 -d '<json body>'
```

Example prompt: Ask ChatGPT through the KiteEndpoints free-chatgpt API: 'What are three creative marketing slogans for a sustainable coffee brand?' and give me the AI-generated response.

## When to prefer this

Choose this endpoint when you need a ChatGPT-style text generation capability on a pay-per-use basis without committing to an OpenAI subscription, or when building an autonomous agent that pays for AI inference with USDC on the Base blockchain via x402. It is well-suited for low-volume, sporadic AI text generation tasks where per-request crypto micropayments are preferred over monthly billing.

## Known failure modes

- Insufficient USDC balance or failed x402 micropayment — returns 402 Payment Required
- Malformed request body — returns 400 Bad Request
- Upstream OpenAI API unavailability — returns 502 or 503 error
- Rate limiting or quota exceeded on the underlying ChatGPT API — returns 429
- Empty or null prompt submitted — may return empty or generic response

## 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

Returns a JSON object with a 'result' key containing the AI-generated text response from the ChatGPT model, structured as {result: {data: '<AI response text>'}}.

## 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-free-chatgpt-proxy-eeaca944/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
