IN
Inception: Mercury 2.5
$0.04/M input$0.15/M output
inception/mercury-2.5Description
Mercury 2.5 is the fastest reasoning LLM, and the latest diffusion LLM (dLLM) from Inception. Instead of generating tokens sequentially, Mercury 2.5 produces and refines multiple tokens in parallel, achieving...
Quick Start
curl https://router.tangle.tools/v1/chat/completions \
-H "Authorization: Bearer $TANGLE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "inception/mercury-2.5",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: TextOutput: Text