ToolAssay

Text-to-speech on Venice voices (Kokoro, Qwen 3, xAI, Inworld, Chatterbox, Orphe

Text-to-speech on Venice voices (Kokoro, Qwen 3, xAI, Inworld, Chatterbox, Orpheus, ElevenLabs Turbo, MiniMax, Gemini Flash), paid per request in USDC on Base via x402, no API key. Resolve a model id from GET /api/v1/models?type=tts.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
291 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://x402.aispace.bot/api/v1/audio/speech

CategoryImage and media
Provider hostx402.aispace.bot
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days9 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 291 ms

Example input (from the provider)

{
  "body": {
    "input": "Welcome to AiSpace, pay-per-request AI for agents.",
    "model": "tts-kokoro",
    "voice": "af_sky"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "input": {
              "description": "Text to speak.",
              "type": "string"
            },
            "model": {
              "description": "Venice TTS model id. See GET /api/v1/models?type=tts (e.g. tts-kokoro, tts-elevenlabs-turbo-v2-5).",
              "type": "string"
            },
            "response_format": {
              "description": "Audio container.",
              "enum": [
                "mp3",
                "opus",
                "aac",
                "flac",
                "wav",
                "pcm"
              ],
              "type": "string"
            },
            "voice": {
              "description": "Voice id supported by the chosen model.",
              "type": "string"
            }
          },
          "required": [
            "model",
            "input",
            "voice"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "contentType": {
              "type": "string"
            },
            "note": {
              "type": "string"
            },
            "type": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON