Also, the pricing is pretty shady. It seems like your GitHub PAT gives you free limited access, but if you ever want to move to a paid model, you have to transition to Azure. The shady part is that it's pretty hidden. You have to go to a specific model in the Marketplace, (for example: https://github.com/marketplace/models/azureml-mistral/Mistra...), then go to the bottom of the "Chapters" to the "Going beyond rate limits" section. There it just directs you straight to the Azure portal.
GitHub Models: A new generation of AI engineers building on GitHub
11–16 of 16 posts
Re: GitHub Models: A new generation of AI engineers building on GitHub
#12My experience is that Azure OpenAI is waay behind on API and model parity compared to the same thing from OpenAI.
Re: GitHub Models: A new generation of AI engineers building on GitHub
#13Is this just Azure AI Studio? My experience is that Azure OpenAI is waay behind on API and model parity compared to the same thing from OpenAI.
And no. This is not Azure AI Studio. You can't get a decent free trial working in it without getting through a pack of resource creation wizards.
Re: GitHub Models: A new generation of AI engineers building on GitHub
#14It's three things, all currently waitlisted:
1. A new model playground (like the ones by OpenAI and Anthropic) that lets you try prompts against a large range of models
2. Client libraries for the same using what looks like a universal API proxy, though I think these are existing Azure libraries
3. A "gh models run" command (similar to my LLM CLI tool) that lets to interact with models on the command line
So it's mostly a wrapper around existing Azure stuff that makes it MUCH easier to use, because GitHub are better than Azure at things like authentication systems that don't strike fear into your mortal soul.
Re: GitHub Models: A new generation of AI engineers building on GitHub
#15Best explanation I found was this video: https://www.youtube.com/watch?v=WiBB8Lsgl7I It's three things, all currently waitlisted: 1. A new model playground (like the ones by OpenAI and Anthropic) that lets you try prompts against a large range of models 2. Client libraries for the same using what looks like a universal API proxy, though I think these are existing Azure libraries 3. A "gh models run" command (similar…
And it’s not like AWS is winning any UX competitions.
Re: GitHub Models: A new generation of AI engineers building on GitHub
#16"We believe every developer can be an AI engineer with the right tools and training [...] GitHub is the creator network for the age of AI. [...] Just in the last year, more than 100K generative AI projects were created on GitHub. [...] In the years ahead, we will continue to democratize access to AI technologies to generate a groundswell of one billion developers." If I've learned one thing in the software industry,…