TypeScript SDKAPI ReferenceModelsModelLinks - TypeScript SDKCopy pageModelLinks type definitionRelated API endpoints and resources for this model. Example Usage 1import { ModelLinks } from "@openrouter/sdk/models";23let value: ModelLinks = {4 details: "/api/v1/models/openai/gpt-5.4/endpoints",5}; Fields FieldTypeRequiredDescriptionExampledetailsstring✔️URL for the model details/endpoints API/api/v1/models/openai/gpt-5.4/endpoints