Skip to main content
Glama
index9-org

Index9 MCP Server

by index9-org

get_model

Retrieve detailed specifications for any AI model by its ID, including pricing, context window, capabilities, and request limits to inform model selection decisions.

Instructions

Get complete specs for a model by ID. Returns pricing, context window, capabilities, architecture, and per-request limits.

Call after find_models to get full details, or when the user provides a model ID (format: 'provider/model-name').

Returns 404 if model not found. Use find_models to discover valid IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idYesExact model identifier in format 'provider/model-name' (e.g., 'openai/gpt-5.2', 'anthropic/claude-opus-4.5', 'google/gemini-2.5-flash-preview-09-2025'). Case-sensitive. Use find_models first to discover valid model IDs. Returns 404 if model not found.
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/index9-org/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server