Parasail · Schema

Parasail Batch

A batch inference job submitted to Parasail's OpenAI-compatible /v1/batches endpoint.

Artificial IntelligenceGPUInferenceLarge Language ModelsOpen Source ModelsHugging FaceBatchEmbeddingsTokenmaxxingSupercloud

Properties

Name Type Description
id string
object string
endpoint string
input_file_id string
output_file_id string
error_file_id string
status string
request_counts object
created_at integer
completed_at integer
cancelled_at integer
metadata object
View JSON Schema on GitHub

JSON Schema

parasail-batch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/parasail-ai/main/json-schema/parasail-batch-schema.json",
  "title": "Parasail Batch",
  "description": "A batch inference job submitted to Parasail's OpenAI-compatible /v1/batches endpoint.",
  "type": "object",
  "required": ["id", "object", "endpoint", "input_file_id", "status"],
  "properties": {
    "id": { "type": "string" },
    "object": { "type": "string", "const": "batch" },
    "endpoint": {
      "type": "string",
      "enum": ["/v1/chat/completions", "/v1/embeddings"]
    },
    "input_file_id": { "type": "string" },
    "output_file_id": { "type": "string" },
    "error_file_id": { "type": "string" },
    "status": {
      "type": "string",
      "enum": ["validating", "in_progress", "finalizing", "completed", "expired", "cancelling", "cancelled", "failed"]
    },
    "request_counts": {
      "type": "object",
      "properties": {
        "total": { "type": "integer" },
        "completed": { "type": "integer" },
        "failed": { "type": "integer" }
      }
    },
    "created_at": { "type": "integer" },
    "completed_at": { "type": "integer" },
    "cancelled_at": { "type": "integer" },
    "metadata": { "type": "object", "additionalProperties": { "type": "string" } }
  }
}

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/parasail-batch"
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.