Get Model
Get details for a specific model from the MatterAI API
GET
Get Model
Authentication
All API requests require authentication using a Bearer token. You can obtain your API key from the MatterAI Console.Request
Path Parameters
string
required
The ID of the model to retrieve.
Response
string
The model identifier.
string
The model name.
string
A description of the model.
string
The object type, which is always
"model".array
The input modalities supported by the model.
integer
The maximum context length for the model.
integer
The maximum output length for the model.
array
The output modalities supported by the model.
array
The sampling parameters supported by the model.
array
The features supported by the model.
object
OpenRouter integration details.
array
The datacenters where the model is available.
integer
The Unix timestamp (in seconds) of when the model was created.
string
The organization that owns the model.
object
Pricing information for the model.
Example Request
Example Response
Error Responses
The API returns standard HTTP status codes to indicate success or failure:Unauthorized
Invalid or missing API key.
Not Found
The requested model was not found.
Rate Limited
Too many requests. Please slow down.
Internal Server Error
Server error. Please try again later.