qwen-7b-chat
qwen-7b-chat (Alibaba) — 128K context, Lightweight tier. Live-Preis wird geprüft · Latenz 18ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.
Live-Preis wird geprüft · TTFT: 18ms
Specifications
- Entwickler: Alibaba
- Kategorie: Lightweight
- Kontextfenster: 128K
- Live-Preis wird geprüft: —
- Latenz: 18 ms
- SLA: A
Typical use cases
- High-QPS-Klassifikation
- Mehrsprachige Chatbots
- RAG und Tool-Aufrufe
FAQ
- Wie wird qwen-7b-chat auf Routara abgerechnet? — Diese Route ist im Modellkatalog gelistet, aber es wurde noch kein aktueller öffentlicher Preis bestätigt. Routara prüft den Live-Preis, bevor eine kostenpflichtige Anfrage angenommen wird.
- Ist qwen-7b-chat OpenAI-kompatibel? — Ja. base_url: https://api.routara.ai/v1
- Unterstützt qwen-7b-chat Streaming? — Ja, wenn die Route live ist (stream: true).
Related models
- z-image-turbo (/detail/z-image-turbo)
- qwen-1.8b-chat (/detail/qwen-1-8b-chat)
- qwen-1.8b-longcontext-chat (/detail/qwen-1-8b-longcontext-chat)
Quick integration
- curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"qwen-7b-chat","messages":[{"role":"user","content":"Hello"}],"stream":true}'