Sliam is a unified API gateway that aggregates access to various large language model (LLM) providers through a single interface. It supports over 30 providers including OpenAI, Claude, Gemini, Grok, MoonshotAI, Zhipu, Cohere, DeepSeek, Qwen, and others. The service offers standardized endpoints compatible with common AI API patterns:
- 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 switch between different AI models by changing the base URL while maintaining consistent API calls. The platform emphasizes competitive pricing and stability without subscription requirements. Typical use cases include developers needing multi-provider AI capabilities, applications requiring model flexibility, and projects seeking cost-effective AI API access.
