APIPark · JSON Structure

Apipark Ai Model Structure

Type: object Properties: 5
AI GatewayAPI GatewayAPI ManagementDeveloper PortalLLMOpen Source

Apipark Ai Model Structure is a JSON Structure definition published by APIPark, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id provider modelName status priority

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apipark/main/json-structure/apipark-ai-model-structure.json",
  "title": "APIPark AI Model",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "provider": { "type": "string" },
    "modelName": { "type": "string" },
    "status": { "type": "string" },
    "priority": { "type": "int32" }
  }
}