Merge · Schema

GatewayResponse

An LLM response returned by the Merge Gateway after routing the request to the selected execution vendor.

IntegrationPlatformUnified-APIAgent HandlerLLM Gateway

Properties

Name Type Description
id string Gateway-issued response identifier.
model string Logical model alias requested (e.g. claude-4.7-opus, gpt-4o).
vendor string Execution vendor that ultimately served the request (e.g. anthropic, openai, google).
provider string Model family provider, may match vendor.
created_at string
output array Output content blocks (text, tool_use, etc.).
usage object
routing object Routing metadata explaining selection.
View JSON Schema on GitHub

JSON Schema

gateway-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/merge/refs/heads/main/json-schema/gateway-response-schema.json",
  "title": "GatewayResponse",
  "description": "An LLM response returned by the Merge Gateway after routing the request to the selected execution vendor.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "Gateway-issued response identifier." },
    "model": { "type": "string", "description": "Logical model alias requested (e.g. claude-4.7-opus, gpt-4o)." },
    "vendor": { "type": "string", "description": "Execution vendor that ultimately served the request (e.g. anthropic, openai, google)." },
    "provider": { "type": "string", "description": "Model family provider, may match vendor." },
    "created_at": { "type": "string", "format": "date-time" },
    "output": {
      "type": "array",
      "description": "Output content blocks (text, tool_use, etc.).",
      "items": { "type": "object" }
    },
    "usage": {
      "type": "object",
      "properties": {
        "input_tokens": { "type": "integer" },
        "output_tokens": { "type": "integer" },
        "cached_input_tokens": { "type": "integer" }
      }
    },
    "routing": {
      "type": "object",
      "description": "Routing metadata explaining selection.",
      "properties": {
        "policy": { "type": "string" },
        "strategy": { "type": "string" },
        "tags": { "type": "array", "items": { "type": "string" } }
      }
    }
  },
  "required": ["id", "vendor", "output"]
}

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/gateway-response"
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.