Clarifai · Schema
apiPostModelOutputsRequest
////////////////////////////////////////////////// Model prediction related stuff needs inputs and produces outputs. ////////////////////////////////////////////////// Model prediction.
Artificial IntelligenceComputer-VisionNLPImage RecognitionObject DetectionText AnalysisVisual SearchMachine-LearningCustom Model TraininggRPC
Properties
| Name | Type | Description |
|---|---|---|
| user_app_id | object | |
| model_id | string | |
| version_id | string | |
| inputs | array | |
| model | object | This allows you to specify config options for the model such as the language which appear's in the model's output_info. |
| runner_selector | object | |
| use_predict_cache | boolean | |
| enable_log_summary_on_error | boolean |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/clarifai/refs/heads/main/json-schema/apiPostModelOutputsRequest.json",
"title": "apiPostModelOutputsRequest",
"description": "//////////////////////////////////////////////////\nModel prediction related stuff needs inputs and produces outputs.\n//////////////////////////////////////////////////\nModel prediction.",
"type": "object",
"properties": {
"user_app_id": {
"$ref": "#/definitions/apiUserAppIDSet"
},
"model_id": {
"type": "string"
},
"version_id": {
"type": "string"
},
"inputs": {
"type": "array",
"items": {
"type": "object",
"$ref": "#/definitions/apiInput"
}
},
"model": {
"$ref": "#/definitions/apiModel",
"description": "This allows you to specify config options for the model such as\nthe language which appear's in the model's output_info."
},
"runner_selector": {
"$ref": "#/definitions/apiRunnerSelector",
"title": "Allow filtering of prediction requests down to specific Nodepools, Deployments or Runners"
},
"use_predict_cache": {
"type": "boolean",
"title": "Configure the prediction cache to avoid expensive compute for predict requests"
},
"enable_log_summary_on_error": {
"type": "boolean",
"title": "Configuration to provide logs summarization when request errors out"
}
}
}
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/apiPostModelOutputsRequest"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.