Browse documentation

Retrieve one model by id.

Retrieve one model by id.

GET
/v1/models/{model_id}

Authorization

NRouterApiKey
AuthorizationBearer <token>

Your nRouter virtual key (sk-nrouter-…). Sent as Authorization: Bearer sk-nrouter-….

In: header

Path Parameters

model_id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/models/string"
{  "id": "gpt-4o",  "object": "model",  "owned_by": "nrouter"}
Was this page helpful?