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 models by changing the base URL.
Key capabilities:
- Chat completions via
/v1/chat/completions,/v1/responses, and/v1/messages - Embeddings generation through
/v1/embeddings - Image operations including generation, editing, and variations
- Audio processing for speech, transcription, and translation
- Model listing via
/v1beta/models - Reranking functionality
Supported providers include: MoonshotAI, OpenAI, Grok, Zhipu, Volcengine, Cohere, Claude, Gemini, Suno, Minimax, Wenxin, Spark, Qingyan, DeepSeek, Qwen, Midjourney, AzureAI, Hunyuan, Xinference, and others.
The service emphasizes competitive pricing and stability without subscription requirements, positioning itself as a cost-effective alternative for accessing multiple LLMs through familiar API patterns.

