osmAPI · Schema
osmAPI Model
Schema for an osmAPI model object
Artificial IntelligenceAnthropicGatewayLLMOpenAIRouting
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique model identifier |
| name | string | Human-readable model name |
| aliases | array | Alternative identifiers for the model |
| created | number | Unix timestamp of model creation |
| description | string | Description of the model |
| family | string | Model family grouping |
| architecture | object | |
| top_provider | object | |
| providers | array | |
| pricing | object | |
| context_length | integer | Maximum context window size in tokens |
| per_request_limits | object | |
| supported_parameters | array | |
| json_output | boolean | |
| structured_outputs | boolean | |
| free | boolean | |
| deprecated_at | string | |
| deactivated_at | string | |
| stability | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/osmapi/refs/heads/main/json-schema/osmapi-model-schema.json",
"title": "osmAPI Model",
"description": "Schema for an osmAPI model object",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique model identifier"
},
"name": {
"type": "string",
"description": "Human-readable model name"
},
"aliases": {
"type": "array",
"items": {
"type": "string"
},
"description": "Alternative identifiers for the model"
},
"created": {
"type": "number",
"description": "Unix timestamp of model creation"
},
"description": {
"type": "string",
"description": "Description of the model"
},
"family": {
"type": "string",
"description": "Model family grouping"
},
"architecture": {
"type": "object",
"properties": {
"input_modalities": {
"type": "array",
"items": {
"type": "string"
}
},
"output_modalities": {
"type": "array",
"items": {
"type": "string"
}
},
"tokenizer": {
"type": "string"
}
}
},
"top_provider": {
"type": "object",
"properties": {
"is_moderated": {
"type": "boolean"
}
}
},
"providers": {
"type": "array",
"items": {
"type": "object"
}
},
"pricing": {
"type": "object",
"properties": {
"prompt": {
"type": "string"
},
"completion": {
"type": "string"
},
"image": {
"type": "string"
},
"request": {
"type": "string"
},
"caching": {
"type": "string"
},
"web_search": {
"type": "string"
}
}
},
"context_length": {
"type": "integer",
"description": "Maximum context window size in tokens"
},
"per_request_limits": {
"type": "object"
},
"supported_parameters": {
"type": "array",
"items": {
"type": "string"
}
},
"json_output": {
"type": "boolean"
},
"structured_outputs": {
"type": "boolean"
},
"free": {
"type": "boolean"
},
"deprecated_at": {
"type": "string"
},
"deactivated_at": {
"type": "string"
},
"stability": {
"type": "string"
}
}
}
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/osmapi-model"
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.