aiapi.services API Documentation
Welcome to aiapi.services API documentation. We provide one-stop API access to world-class AI models.
Base URL: https://aiapi.services/v1
All API requests require an Authorization header.
API Categories
Multi-turn dialogue and streaming
💬 Chat APIGeneration, editing and analysis
🖼️ Image APISpeech recognition and synthesis
🎵 Audio APIGeneration and editing
🎬 Video APIComposition and generation
🎼 Music APIVectorization and semantic search
🔢 Embedding APIGetting Started
1. Get API Key
Login to aiapi.services to create your API token.
2. Choose Model
Check Available Models to select the right AI model for your needs.
3. Make Request
All requests require your API Key in the Authorization header:
curl https://aiapi.services/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-2.5-flash",
"messages": [{"role": "user", "content": "Hello!"}]
}'For detailed authentication information, see Auth Documentation.
Supported AI Vendors
We support the following world-class AI providers:
- Google Gemini (Vertex AI) - Gemini chat, Imagen image, Veo video, Lyria music
- Anthropic Claude - Claude 4th generation series chat models
- DeepSeek - DeepSeek reasoning and code generation
View complete Model List & Pricing
Last updated on