Livepeer · Schema

Livepeer AI — Text-to-Image

Request payload for the Livepeer AI Network text-to-image pipeline.

VideoStreamingTranscodingDecentralizedWeb3Live VideoAI Video

Properties

Name Type Description
model_id string Hugging Face model id served by the network (e.g. SG161222/RealVisXL_V4.0_Lightning).
prompt string Text prompt describing the desired image.
negative_prompt string
loras string Stringified JSON LoRA configuration.
width integer
height integer
guidance_scale number
safety_check boolean
seed integer
num_inference_steps integer
num_images_per_prompt integer
View JSON Schema on GitHub

JSON Schema

livepeer-ai-text-to-image-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/livepeer-com/json-schema/livepeer-ai-text-to-image-schema.json",
  "title": "Livepeer AI — Text-to-Image",
  "description": "Request payload for the Livepeer AI Network text-to-image pipeline.",
  "type": "object",
  "required": ["prompt"],
  "properties": {
    "model_id": {
      "type": "string",
      "description": "Hugging Face model id served by the network (e.g. SG161222/RealVisXL_V4.0_Lightning)."
    },
    "prompt": {
      "type": "string",
      "minLength": 1,
      "description": "Text prompt describing the desired image."
    },
    "negative_prompt": { "type": "string" },
    "loras": { "type": "string", "description": "Stringified JSON LoRA configuration." },
    "width": { "type": "integer", "default": 1024, "minimum": 128, "maximum": 2048 },
    "height": { "type": "integer", "default": 1024, "minimum": 128, "maximum": 2048 },
    "guidance_scale": { "type": "number", "default": 7.5 },
    "safety_check": { "type": "boolean", "default": true },
    "seed": { "type": "integer" },
    "num_inference_steps": { "type": "integer", "default": 50 },
    "num_images_per_prompt": { "type": "integer", "default": 1, "minimum": 1, "maximum": 4 }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/livepeer-ai-text-to-image"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.