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 include:
- Chat completions via
/v1/chat/completions,/v1/responses, and/v1/messages - Model management through
/v1beta/models - Embeddings generation with
/v1/embeddings - Reranking functionality via
/v1/rerank - Image generation, editing, and variation endpoints (
/v1/images/generations,/v1/images/edits,/v1/images/variations) - Audio processing including speech synthesis (
/v1/audio/speech), transcription (/v1/audio/transcriptions), and translation (/v1/audio/translations)
Supported providers include MoonshotAI, OpenAI, Grok, Zhipu, Volcengine, Cohere, Claude, Gemini, Suno, Minimax, Wenxin, Spark, Qingyan, DeepSeek, Qwen, Midjourney, AzureAI, Hunyuan, Xinference, and over 30 others.
The service operates on a self-use mode with no subscription required, focusing on providing better pricing and stability compared to direct provider access.
