Build with
intelligence.
One API for the BIG AI intelligence platform. Build conversations, intelligent agents, applications, research systems and AI-powered products.
BIG AI Models
Current experimental BIG AI gateway model used for infrastructure and API integration testing.
Intelligent routing that automatically selects the appropriate model and capability for each request.
Low-latency intelligence optimized for high-volume applications and everyday conversations.
Advanced reasoning for analysis, planning, mathematics and complex problem solving.
High-capability intelligence designed for demanding professional and enterprise workloads.
Multimodal intelligence for understanding images, documents and visual information.
One API.
Built to scale.
BIG AI provides a clean API architecture for integrating intelligence directly into applications and services.
https://api.bigai.sa/v1
Authorization: Bearer BIGAI_API_KEY
application/json
curl https://api.bigai.sa/v1/chat/completions \ -H "Authorization: Bearer YOUR_BIGAI_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "bigai-auto", "messages": [ { "role": "user", "content": "Hello BIG AI" } ] }'