Claw API is a unified gateway that aggregates access to various large language model (LLM) providers through a single API interface. It supports over 30 providers including OpenAI, Claude, Gemini, Grok, MoonshotAI, Zhipu, Cohere, DeepSeek, Qwen, and Midjourney. The service offers standardized endpoints compatible with common AI workflows:
- Chat completions (
/v1/chat/completions,/v1/responses,/v1/responses/compact,/v1/messages) - Model management (
/v1beta/models) - Embeddings (
/v1/embeddings) - Reranking (
/v1/rerank) - Image generation and editing (
/v1/images/generations,/v1/images/edits,/v1/images/variations) - Audio processing (
/v1/audio/speech,/v1/audio/transcriptions,/v1/audio/translations)
Users can access multiple AI models by replacing their base URL with Claw API's endpoints, without subscription requirements. The platform emphasizes competitive pricing and stability across supported providers.
