deepseek-chat

deepseek-chat (DeepSeek) — 128K context, General tier. Input-Preis $0.25/M · Output-Preis $1/M · Latenz 32ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.

Eingabe / 1 Mio.: $0.25/M · Ausgabe / 1 Mio.: $1/M · TTFT: 32ms

Specifications

  • Entwickler: DeepSeek
  • Kategorie: General
  • Kontextfenster: 128K
  • Input-Preis: $0.25 / 1M
  • Output-Preis: $1 / 1M
  • Latenz: 32 ms
  • SLA: S

Typical use cases

  • Mehrsprachige Chatbots
  • RAG und Tool-Aufrufe
  • Code-Generierung

FAQ

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

Related models

  • mj_custom_zoom (/detail/mj-custom-zoom)
  • mj_inpaint (/detail/mj-inpaint)
  • multimodal-embedding-v1 (/detail/multimodal-embedding-v1)

Quick integration

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