--- title: Searching GitHub Models intro: 'You can search for models that are available on {% data variables.product.prodname_github_models %}.' versions: feature: github-models topics: - GitHub search shortTitle: Search GitHub Models --- ## About searching {% data variables.product.prodname_github_models %} You can find models on {% data variables.product.prodname_github_models %} in two ways: * Search from {% data variables.product.prodname_marketplace %}. * Search across all of {% data variables.product.prodname_dotcom %} and then filter the results to Marketplace. ## Searching in {% data variables.product.prodname_marketplace %} {% data reusables.marketplace.visit-marketplace %} 1. Type any keywords and `type:models` and press **Enter**. ## Searching across {% data variables.product.prodname_dotcom %} Anytime you search across all of {% data variables.product.prodname_dotcom %}, you can filter the results to see matching models from {% data variables.product.prodname_marketplace %}. 1. Navigate to https://github.com/search. 1. Type any keywords and press **Enter**. 1. To see all available filters for your search, in the "Filter by" sidebar, click **More**. 1. To see results from {% data variables.product.prodname_github_models %}, click **Marketplace**. ## Searching within a specific field The `in` qualifier used in conjunction with search text finds models that match the specified text in that field. Possible fields include `tags`, `license`, `name`, `description`, `transparency`, and `task`. |Qualifier|Example| |---|---| |in:FIELD | [**in:tags agents**](https://github.com/search?q=in:tags+agents&type=marketplace) matches models with the 'agents' tag. |in:FIELD | [**in:license distribute**](https://github.com/search?q=in:license+distribute&type=marketplace) matches models who mention 'distribute' in their license. |in:FIELD | [**in:transparency "responsible ai"**](https://github.com/search?q=in:transparency+%22responsible+ai%22&type=marketplace) matches models who mention 'responsible ai' in their transparency information. ## Search by category The `category` qualifier finds models that are tagged with a specific term. |Qualifier|Example| |---|---| |category:CATEGORY | [**category:multilingual**](https://github.com/search?q=category:multilingual&type=marketplace) matches models in the multilingual category. |category:CATEGORY | [**category:"large context"**](https://github.com/search?q=category:%22large+context%22+&type=marketplace) matches models in the large context category. ## Search by input modality The `input-modality` qualifier finds models that support a particular medium for providing input. Possible modalities include `text`, `image`, and `audio`. |Qualifier|Example| |---|---| |input-modality:MODALITY | [**input-modality:text**](https://github.com/search?q=input-modality:text&type=marketplace) matches models that support text input. ## Search by output modality The `output-modality` qualifier finds models that support a particular medium for providing output. Possible modalities include `text` and `embeddings`. |Qualifier|Example| |---|---| |output-modality:MODALITY | [**output-modality:embeddings**](https://github.com/search?q=output-modality:embeddings&type=marketplace) matches models that support embedding output. ## Search by language The `language` qualifier finds models that support a specified human language. |Qualifier|Example| |---|---| |language:TWO_CHARACTER_CODE | [**language:es**](https://github.com/search?q=language:es&type=marketplace) matches models that support Spanish. |language:NAME | [**language:arabic**](https://github.com/search?q=language:arabic&type=marketplace) matches models that support Arabic. ## Search by task The `task` qualifier finds models that can be used to accomplish a specific task. |Qualifier|Example| |---|---| |task:TASK | [**task:embeddings**](https://github.com/search?q=task:embeddings&type=marketplace) matches models that support embedding. |task:TASK | [**task:chat-completion**](https://github.com/search?q=task:chat-completion&type=marketplace) matches models that support interaction via chat. ## Search by publisher The `publisher` qualifier finds models released by a particular publisher. |Qualifier|Example| |---|---| |publisher:PUBLISHER_NAME | [**publisher:"Mistral AI"**](https://github.com/search?q=publisher:%22Mistral+AI%22&type=marketplace) matches models by Mistral AI. ## Search by input token limit The `input-tokens` qualifier finds models with an input token limit above or below a particular value, or within a range. |Qualifier|Example| |---|---| |input-tokens:VALUE | [**input-tokens:>10000**](https://github.com/search?q=input-tokens:%3E10000&type=marketplace) matches models with an input token limit greater than 10,000. |input-tokens:VALUE | [**input-tokens:15000..20000**](https://github.com/search?q=input-tokens:15000..20000&type=marketplace) matches models with an input token limit between 15,000 and 20,000. ## Search by output token limit The `output-tokens` qualifier finds models with an output token limit above or below a particular value, or within a range. |Qualifier|Example| |---|---| |output-tokens:VALUE | [**output-tokens:<8000**](https://github.com/search?q=output-tokens:%3C8000&type=marketplace) matches models with an output token limit less than 8,000. |output-tokens:VALUE | [**output-tokens:15000..20000**](https://github.com/search?q=output-tokens:15000..20000&type=marketplace) matches models with an output token limit between 15,000 and 20,000. ## Search by rate limit tier The `rate-limit-tier` qualifier finds models with a particular tier of rate limit. Possible tiers include `low`, `high`, and `custom`. |Qualifier|Example| |---|---| |rate-limit-tier:TIER | [**rate-limit-tier:low**](https://github.com/search?q=rate-limit-tier:low&type=marketplace) matches models with a low rate limit tier. ## Search by license type The `license` qualifier finds models that use a particular license. |Qualifier|Example| |---|---| |license:LICENSE | [**license:mit**](https://github.com/search?q=license:mit&type=marketplace) matches models that use the MIT license. |license:LICENSE | [**license:custom**](https://github.com/search?q=license:custom&type=marketplace) matches models that use a custom license. ## Sorting results The `sort` qualifier is used to sort results. It can be used alone or combined with other qualifiers and search text. |Qualifier|Example| |---|---| |sort:FIELD | [**sort:created-desc publisher:meta**](https://github.com/search?q=sort:created-desc+publisher:meta&type=marketplace) matches models published by Meta, sorted with the most recently added first. |sort:FIELD | [**sort:name-asc in:task chat-completion**](https://github.com/search?q=sort:name-asc+in:task+chat-completion&type=marketplace) matches models that allow chat completion, sorted alphabetically. ## Further reading * [AUTOTITLE](/search-github/getting-started-with-searching-on-github/sorting-search-results)