Skip to content

Hands-on With GitHub Models

It's time to jumpstart your AI model exploration journey! But where can you get started? Most model providers have tiered pricing plans that are beginner-friendly - but what if you could explore popular models for free? Let's talk about why you need to take a look at GitHub Models!

Spotlight On: GitHub Models

Welcome to S1:E1. In this first episode of Season 1, we put the spotlight on the GitHub Model Marketplace - you access to top-tier language models for hands-on exploration, with just a GitHub account!

Here are a few things to keep in mind:

  1. Models are rate-limited by default. They are not meant for production use!
  2. Models are deployed as serverless endpoints. Access them on demand, to run requests.
  3. Use the Playground feature to test models, and compare them side-by-side.
  4. Use the Prompt Editor feature to iterate rapidly from initial prompt, to prototype
  5. Try the Use This Model feature to go from UI-first to code-first development easily.
  6. Try the Get production key option to go from prototype (GitHub) to production (Azure).

Watch The Segment

In this spotlight segment, we go through most of these features with interactive demos. Watch the replay below - then try these out on your own, with your personal GitHub account.

Click on the banner to watch this spotlight segment

Model Mondays


Browse The Slides

Want to get links to the news highlights or featured models? Want to review the spotlight segment at your own pace? You can download the slides or browse them online, at the embedded link below.


Try the Code Samples!

In the segment, I show off a quick example of how we can go from the playground, to a Codespaces enviroment that is setup with all the dependencies we need to work with these models code-first! The sample is based off a standard GitHub Codespaces template for models - that comes with standard samples and a cookbook, with code for JavaScript, Python and more.

Coming Soon: Watch for an updated Labs section on this site, where we will walk through some of these step-by-step, with a development container built into this repo!