GitHub Models: Build and Deploy your first AI App in 5 minutes

Agentforce is a low-code/no-code platform for building autonomous agents

GitHub team granted me access to their new Github Models which is still in public limited beta. My initial experience is really good (refer video) and it solves one problem really well – Lower the entry barrier for AI Engineers to build prototype using foundation models like GPT-4o Llama 3.1 .

Software Engineers often ask me how to get into AI space. I would recommend to learn by building sample AI application using foundation models. However, there are lot of initial hurdles for getting started. Some even give up in the middle. Some of the common problems:

๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด ๐—–๐˜‚๐—ฟ๐˜ƒ๐—ฒ : Every model provider has their own way of creating account, generate API keys, reference code.
๐—ฃ๐—ฎ๐—ถ๐—ฑ : Most of the model providers charge for API access limiting to get started. Although people will be ready to invest, problem here is to know which suits them.
“๐˜„๐—ผ๐—ฟ๐—ธ๐˜€ ๐—ผ๐—ป ๐—บ๐˜† ๐—บ๐—ฎ๐—ฐ๐—ต๐—ถ๐—ป๐—ฒ” ๐—ถ๐˜€๐˜€๐˜‚๐—ฒ: Since AI space is fast evolving so is the SDK, library dependency. Hence many a times following exactly as described in official site or tutorial video, might still end up failing.

Github models solves above problems really well:
๐—ข๐—ป๐—ฒ ๐—”๐—ฐ๐—ฐ๐—ผ๐˜‚๐—ป๐˜ : Just one Github account is enough to get started. Github personal access token is sufficient to access all models.
๐—™๐—ฅ๐—˜๐—˜: All the models are for prototyping. This means there will be severe rate limiting which makes it unusable for production. However for trying out, its more than sufficient.
๐—œ๐˜ ๐—๐˜‚๐˜€๐˜ ๐˜„๐—ผ๐—ฟ๐—ธ๐˜€: From the playground, just choose language(Python,JS), SDK and deploy in github codespace. It just works.

Leave a Comment

Your email address will not be published. Required fields are marked *

×