# Komo.ai ChatGPT Vision API

> Komo.ai ChatGPT Vision API is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.13107/call, status unknown (last checked 2026-09-15).

Analyzes images using GPT-4 Vision capabilities via a pay-per-call API endpoint on the Base blockchain

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/chatgpt-vision1
- Price: $0.13107/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/komo-ai-chatgpt-vision-api-b1625d46
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QlJIY7i1UBKttfJtrbOQQ

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 komo-ai-chatgpt-vision-api-b1625d46 -d '<json body>'
```

Example prompt: Can you analyze this image and tell me what's in it — describe any text, objects, and what's happening in the scene?

## When to prefer this

Use this endpoint when you need GPT-4 Vision-level image understanding with per-call crypto micropayments via the x402 protocol on Base chain, avoiding subscription-based OpenAI API keys while still getting high-quality image analysis.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Insufficient USDC balance or failed x402 payment results in 402 Payment Required
- Malformed request body missing required image data returns 400
- Image format not supported by vision model returns an error
- Timeout if image is too large or processing takes too long

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a structured response containing the AI-generated analysis of the submitted image, including descriptions of objects, text, scenes, and other visual elements extracted by the GPT-4 Vision model.

## 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/komo-ai-chatgpt-vision-api-b1625d46/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
