Services
🤖 Chat
Interact with AI models
🔍 Search
AI-powered search
🎵 Music
Generate music
🌐 Crawl
Extract web content
📄 Documents
Process files
🧮 Embeddings
Vector embeddings
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Start building with TaamCloud API
Get API Key
Pick a Service
# Available API Base URLs
https://api.gately.ai
Make Request
# Example: Chat Completion
curl https://api.gately.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o-mini",
"messages": [{"role": "user", "content": "Hello!"}]
}'
Was this page helpful?
