Production-ready examples for integrating with the DEVUP AI inference gateway.
Website • Docs • Get API Key
| Starter Kit | Stack | Description |
|---|---|---|
nextjs-chatbot-starter |
Next.js, Vercel AI SDK | Full-stack AI chatbot with streaming responses |
python-autogen-agent |
Python, AutoGen | Multi-agent AI workflow using Microsoft AutoGen |
- Create a DEVUP AI account at devupai.com
- Generate an API key from your Dashboard → API Keys
- Top up your balance in DZD via CCP, BaridiMob, or SlickPay
DEVUP AI is a drop-in replacement for the OpenAI API. Any project that uses the OpenAI SDK works instantly — just change the base URL:
- base_url = "https://api.openai.com/v1"
+ base_url = "https://api.devupai.com/v1"That's it. Your models, your code, our infrastructure.
We welcome contributions! If you've built something cool with DEVUP AI:
- Fork this repo
- Add your example in a new directory
- Include a
README.mdwith setup instructions - Open a Pull Request
MIT — See LICENSE for details.
Built with 🇩🇿 by DEVUP AI — Algeria's AI Infrastructure
