New API is a unified LLM API gateway that aggregates access to various AI providers through a single interface. It offers standardized endpoints compatible with OpenAI's API format, allowing developers to switch between different models by changing the base URL.
Key capabilities:
- Chat completions via
/v1/chat/completions,/v1/responses, and/v1/messagesendpoints - Model management through
/v1beta/models - Text embeddings via
/v1/embeddings - Text reranking via
/v1/rerank - Image generation, editing, and variation through
/v1/images/endpoints - Audio processing including speech synthesis, transcription, and translation via
/v1/audio/endpoints
Supported providers include: MoonshotAI, OpenAI, Grok, Zhipu, Volcengine, Cohere, Claude, Gemini, Suno, Minimax, Wenxin, Spark, Qingyan, DeepSeek, Qwen, Midjourney, AzureAI, Hunyuan, Xinference, and 30+ others.
Notable features: Competitive pricing, stable service, and no subscription requirements. The platform emphasizes ease of integration by maintaining compatibility with existing OpenAI API implementations.
