# GlianaAI Recraft v4-1 Utility Pro Vector Image Generation

> GlianaAI Recraft v4-1 Utility Pro Vector Image Generation is a paid API for AI agents from api.glianalabs.com, paid per call via x402, $0.6525/call, status unknown (last checked 2026-09-14).

Generates professional-grade vector images using the Recraft v4-1 Utility Pro model via a pay-per-call API settled in USDC

## Facts

- Endpoint: GET https://api.glianalabs.com/x402/recraftv4-1-utility-pro-vector
- Price: $0.6525/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/glianaai-recraft-v4-1-utility-pro-vector-image-generation-95e67e88
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Tx0D1VrpJwfwrmpWOG18q

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 glianaai-recraft-v4-1-utility-pro-vector-image-generation-95e67e88
```

Example prompt: Use GlianaAI's Recraft v4-1 Utility Pro Vector model to generate a clean, professional vector illustration of a mountain landscape at sunset — pay with USDC per call, no API key needed.

## When to prefer this

Choose this endpoint when you need professional-quality vector graphics generated from a text prompt, want pay-per-call pricing with no subscription or API key, and need settlement via USDC on Base, Solana, or Tempo using the x402 protocol. Ideal for agents that need scalable vector art on demand without managing credentials.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Invalid or missing prompt returns 400 bad request
- Model unavailable or overloaded returns 503
- Malformed x402 payment header causes authentication failure
- Prompt violates content policy and is rejected

## How this service works

GlianaAI - pay-per-call AI: LLM chat (OpenAI-compatible), image, video, music, speech - 80+ models, no signup, USDC. This resource: recraftv4-1-utility-pro-vector (Text-to-Image). https://ai.glianalabs.com

## Output

Returns a JSON object containing the model name used, an output object with a media URL or JSON result containing the generated vector image, and the cost charged in micro-USD.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "model": "recraftv4-1-utility-pro-vector",
  "output": {
   "url": "https://api.glianalabs.com/v1/media/<id>"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/glianaai-recraft-v4-1-utility-pro-vector-image-generation-95e67e88/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.glianalabs.com](https://www.zero.xyz/host/api.glianalabs.com/llms.txt)
