Parasail · Schema
Parasail Dedicated Deployment
A reserved-capacity Parasail dedicated deployment record.
Artificial IntelligenceGPUInferenceLarge Language ModelsOpen Source ModelsHugging FaceBatchEmbeddingsTokenmaxxingSupercloud
Properties
| Name | Type | Description |
|---|---|---|
| deployment_id | string | |
| deploymentName | string | |
| modelName | string | |
| status | string | |
| deviceConfigs | array | |
| replicas | integer | |
| autoscaling | object | |
| endpoint_url | string | |
| created_at | string | |
| updated_at | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/parasail-ai/main/json-schema/parasail-deployment-schema.json",
"title": "Parasail Dedicated Deployment",
"description": "A reserved-capacity Parasail dedicated deployment record.",
"type": "object",
"required": ["deployment_id", "deploymentName", "modelName", "status"],
"properties": {
"deployment_id": { "type": "string" },
"deploymentName": { "type": "string" },
"modelName": { "type": "string" },
"status": {
"type": "string",
"enum": ["provisioning", "running", "paused", "updating", "deleting", "failed"]
},
"deviceConfigs": {
"type": "array",
"items": {
"type": "object",
"required": ["device", "count"],
"properties": {
"device": { "type": "string" },
"count": { "type": "integer" }
}
}
},
"replicas": { "type": "integer" },
"autoscaling": {
"type": "object",
"properties": {
"min_replicas": { "type": "integer" },
"max_replicas": { "type": "integer" }
}
},
"endpoint_url": { "type": "string", "format": "uri" },
"created_at": { "type": "string", "format": "date-time" },
"updated_at": { "type": "string", "format": "date-time" }
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/parasail-deployment"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.