Quick Start
Get up and running with the BLACKBOX AI API in minutes. The examples below show you how to make your first chat completion request using different approaches.Using Direct API Calls
Using OpenAI-Compatible SDKs
Since BLACKBOX AI is compatible with the OpenAI API format, you can use existing OpenAI SDKs by simply changing the base URL:Which Model to Choose?
Through BLACKBOX AI API you have access to a wide range of chat, image and video generation models. For each of these models the user will be charged differently based on the tokens the user uses and size of the model. You can have a look at the list of different models that BLACKBOX AI API supports below:- Chat Models: Explore available chat completion models for conversational AI.
- Image Models: Discover models for generating images from text prompts.
- Video Models: Learn about video generation capabilities.
Key Features
- Multiple AI Models: Access to a wide variety of state-of-the-art models including GPT-4, Claude, and more
- OpenAI Compatibility: Use existing OpenAI SDKs and tools with minimal changes
- Streaming Support: Real-time response streaming for better user experience
- Tool Calling: Advanced function calling capabilities for building AI agents
- Image Generation: Create images from text descriptions
- Video Generation: Generate videos from prompts
Next Steps
Now that you’ve seen how easy it is to get started, explore these resources to build more advanced applications:Authentication
Learn how to securely authenticate your requests and manage API keys
Chat Completions
Dive deep into chat completion parameters, streaming, and advanced options
Available Models
Explore all available chat models and their unique capabilities
Tool Calling
Build AI agents that can call functions and use external tools