# qlaud — multi-modal AI in one URL
Base URL: https://api.qlaud.ai
Auth header: Authorization: Bearer $QLAUD_API_KEY
Endpoints:
- /v1/messages chat (Anthropic shape, all frontier text models)
- /v1/chat/completions chat (OpenAI shape, same models)
- /v1/images/generations image (gpt-image-1)
- /v1/videos video (sora-2 / sora-2-pro)
- /v1/audio/speech text-to-speech (gpt-4o-mini-tts)
- /v1/audio/transcriptions speech-to-text (whisper-1)
- /v1/embeddings vectors (text-embedding-3-large)
- /elevenlabs/* ElevenLabs native (custom voices)
- /deepgram/* Deepgram native (real-time STT)
- /perplexity/* Perplexity native (web-grounded search)