Agentic Usage
Agent Frameworks
Use BazaarLink with popular agent frameworks. Since BazaarLink is OpenAI-compatible, most frameworks work out of the box — just set the base URL and API key.
Vercel AI SDK
CrewAI
AutoGen
Environment Variables
Most agent frameworks support configuration via environment variables:
# .env
OPENAI_API_KEY=sk-bl-YOUR_API_KEY
OPENAI_BASE_URL=https://api.bazaarlink.ai/v1Environment Variables
Any framework that supports the OpenAI API or custom base URLs can work with BazaarLink. Just set the base URL and use a BazaarLink API key.