[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# Method: models.get\n\n**Full name**: publishers.models.get\n\nGets a Model Garden publisher model. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1``/{name}` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`name` `string` \nRequired. The name of the PublisherModel resource. Format: `publishers/{publisher}/models/{publisherModel}`\n\n### Query parameters\n\n`languageCode` `string` \nOptional. The IETF BCP-47 language code representing the language in which the publisher model's text information should be written in.\n`view` `enum (`[PublisherModelView](/vertex-ai/docs/reference/rest/v1/publishers.models/get#PublisherModelView)`)` \nOptional. PublisherModel view specifying which fields to read.\n`isHuggingFaceModel` `boolean` \nOptional. Boolean indicates whether the requested model is a Hugging Face model.\n`huggingFaceToken` `string` \nOptional. token used to access Hugging Face gated models.\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nIf successful, the response body contains an instance of [PublisherModel](/vertex-ai/docs/reference/rest/v1/publishers.models#PublisherModel).\n\nPublisherModelView\n------------------\n\nView enumeration of PublisherModel."]]