deepseek/deepseek-r1-turbo

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

Input-Preis: $1.3040999999999998/M · Output-Preis: $4.6575/M · TTFT: 48ms

Specifications

  • Entwickler: DeepSeek
  • Kategorie: Reasoning
  • Kontextfenster: 128K
  • Input-Preis: $1.3040999999999998 / 1M
  • Output-Preis: $4.6575 / 1M
  • Latenz: 48 ms
  • SLA: S+

Typical use cases

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

FAQ

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

Related models

Quick integration

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