OpenAI APIs · Schema
Assistant
Artificial IntelligenceEmbeddingsImage-GenerationLanguage ModelsSpeech
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The identifier of the assistant |
| object | string | |
| created_at | integer | Unix timestamp of creation |
| name | string | The name of the assistant |
| description | string | The description of the assistant |
| model | string | ID of the model used by the assistant |
| instructions | string | The system instructions for the assistant |
| tools | array | List of tools enabled on the assistant |
| metadata | object | Key-value metadata attached to the assistant |
| temperature | number | Sampling temperature for the assistant |
| top_p | number | Nucleus sampling parameter |
| response_format | object | Response format configuration |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Assistant",
"title": "Assistant",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The identifier of the assistant"
},
"object": {
"type": "string",
"enum": [
"assistant"
]
},
"created_at": {
"type": "integer",
"description": "Unix timestamp of creation"
},
"name": {
"type": "string",
"nullable": true,
"description": "The name of the assistant"
},
"description": {
"type": "string",
"nullable": true,
"description": "The description of the assistant"
},
"model": {
"type": "string",
"description": "ID of the model used by the assistant"
},
"instructions": {
"type": "string",
"nullable": true,
"description": "The system instructions for the assistant"
},
"tools": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"code_interpreter",
"file_search",
"function"
]
}
}
},
"description": "List of tools enabled on the assistant"
},
"metadata": {
"type": "object",
"description": "Key-value metadata attached to the assistant"
},
"temperature": {
"type": "number",
"description": "Sampling temperature for the assistant"
},
"top_p": {
"type": "number",
"description": "Nucleus sampling parameter"
},
"response_format": {
"oneOf": [
{
"type": "string",
"enum": [
"auto"
]
},
{
"type": "object"
}
],
"description": "Response format configuration"
}
}
}
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/openai-apis-assistant"
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.