Deepseek Deepseek R1

deepseek-r1 (Baidu) — 128K context, Reasoning tier. Input-Preis: $0.57/M · Output-Preis: $2.28/M · Latenz 48ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.

Live-Gateway-Preise · automatisches Routing zum besten Upstream für Ihre Region

Specifications

  • Entwickler: Baidu
  • Kategorie: Reasoning
  • Kontextfenster: 128K
  • Input-Preis: $0.57 / 1M
  • Output-Preis: $2.28 / 1M
  • Latenz: 48 ms
  • SLA: S+

Typical use cases

  • Mehrstufiges Reasoning
  • RAG und Tool-Aufrufe
  • Code-Generierung

FAQ

  • Wie wird deepseek-r1 auf Routara abgerechnet? — Input $0.57/M, Output $2.28/M — nutzungsbasiert ohne Plattformgebühr.
  • Ist deepseek-r1 OpenAI-kompatibel? — Ja. base_url: https://api.routara.ai/v1
  • Unterstützt deepseek-r1 Streaming? — Ja, wenn die Route live ist (stream: true).

Related models

  • Kling V3 (/detail/kling-kling-v3)
  • Kling V3 Omni (/detail/kling-kling-v3-omni)
  • audio1.0 (/detail/audio1-0)

Quick integration

  • curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"deepseek-r1","messages":[{"role":"user","content":"Hello"}],"stream":true}'