Description
Mercury 2 is an extremely fast reasoning LLM, and the first reasoning diffusion LLM (dLLM). Instead of generating tokens sequentially, Mercury 2 produces and refines multiple tokens in parallel, achieving...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Inception: Mercury 2 (inception/mercury-2)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "inception/mercury-2",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Inception: Mercury 2 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.25$ / 1M tokens
- Output: 0.75$ / 1M tokens
Token Limits
- Max Output: 50,000 tokens
- Max Context: 128,000 tokens
Subscription Tiers
- free
- pro
- ultimate