ProBot is bring-your-own-key: you connect your own model, and you pay your provider directly (often pennies per conversation). But “pennies” still means a card on file - and if you’re a student, you can skip that entirely.
Azure for Students gives you $100 in Azure credit with no credit card required. That’s more than enough to deploy your own small chat model and run a ProBot on it for months. This guide walks you from a fresh student account to a live bot, end to end.
Why this works so well
ProBot already speaks Azure OpenAI natively. Once you deploy a model in Azure, you get four values - an endpoint, a deployment name, an API key, and an API version - and ProBot has a field for each. A resume-Q&A bot is light work for a “mini”-class model, so your $100 stretches a long way.
Before you start
You’ll need:
- A school email address (or GitHub Student verification).
- To be 18+ and a full-time student at an accredited institution.
- About 15 minutes. No credit card.
Step 1 - Claim your $100 Azure student credit
Open the Azure for Students offer
Verify you're a student
Land in the Azure portal
Step 2 - Deploy a model
Azure’s AI tooling now lives in the Microsoft Foundry portal (you may also see it called Azure AI Foundry or Azure OpenAI). The flow is the same: create a resource, then deploy a model into it.
Create an Azure OpenAI resource
Open the Foundry portal and deploy a model
gpt-4o-mini. Give the deployment a name you’ll remember - that name is
what you’ll use as the model in ProBot.Wait for the deployment to finish
Step 3 - Copy the four values ProBot needs
Open your deployment’s detail page (Models + endpoints → your deployment). From there, collect:
- Endpoint - the resource URL, e.g.
https://your-resource.openai.azure.com(it must start withhttps://). - Deployment name - exactly what you named the deployment in Step 2.
- API key - copy Key 1 from the resource’s Keys and Endpoint page. Treat it like a password.
- API version - e.g.
2025-01-01-preview. ProBot prefills a working default, so you can usually leave it.
Step 4 - Plug it into ProBot
Open AI model & key
Pick Azure and fill the fields
Save and test
For the exact field-by-field reference, see Models & keys → Azure specifics.
Make your $100 last
A few habits keep the credit going for the long haul:
- Set a spending alert. In the Azure portal under Cost Management → Budgets, create a budget (say $5/month) so you’re warned long before the credit runs low.
- Stick to a mini model. It’s the single biggest lever on cost.
- Lean on ProBot’s guardrails. Per-bot rate limits and input sanitization are on by default, so a curious visitor can’t burn through your credit.
- Watch the expiry date. Renew your student offer each year, or switch the bot to another provider’s free tier before the credit lapses.
A note on honesty
This path is genuinely free while your student credit lasts. When it expires, your bot doesn’t have to die - ProBot lets you swap providers any time (including a fully free local model via Ollama if you self-host). Your bot, your model, your call.
Ready to point a model at your bot? Get started free, and see Models & keys for every supported provider.