Properties
| Name | Type | Description |
|---|---|---|
| cost | object | Cost breakdown for the request |
| input_tokens | integer | Number of input tokens used |
| input_tokens_details | object | |
| output_tokens | integer | Number of output tokens generated |
| tool_calls_details | object | Details about tool call invocations |
| total_tokens | integer | Total tokens used (input + output) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ResponsesUsage",
"title": "ResponsesUsage",
"description": "Token usage and cost information for a Responses API request",
"properties": {
"cost": {
"$ref": "#/components/schemas/ResponsesCost",
"description": "Cost breakdown for the request"
},
"input_tokens": {
"description": "Number of input tokens used",
"format": "int64",
"type": "integer"
},
"input_tokens_details": {
"properties": {
"cache_creation_input_tokens": {
"description": "Tokens used for cache creation",
"format": "int64",
"type": "integer"
},
"cache_read_input_tokens": {
"description": "Tokens read from cache",
"format": "int64",
"type": "integer"
}
},
"type": "object"
},
"output_tokens": {
"description": "Number of output tokens generated",
"format": "int64",
"type": "integer"
},
"tool_calls_details": {
"description": "Details about tool call invocations",
"additionalProperties": {
"$ref": "#/components/schemas/ToolCallDetails"
},
"type": "object"
},
"total_tokens": {
"description": "Total tokens used (input + output)",
"format": "int64",
"type": "integer"
}
},
"required": [
"input_tokens",
"output_tokens",
"total_tokens"
],
"type": "object"
}
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/perplexity-responsesusage"
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.