Qwen3.8 27B API

Multimodal reasoner with 256K context, image and video input, function tools, structured JSON, and thinking on by default.

Alibaba CloudTextgenerierung256K KontextVeröffentlicht 14. Aug. 2026Native InferenzNeu

Über Qwen3.8 27B

Multimodal reasoner with 256K context, image and video input, function tools, structured JSON, and thinking on by default.

Supports text, image, and video input, streaming, function tools, structured JSON output, seed control, and thinking mode on by default. Use reasoning_effort (xhigh, medium, low) or enable_thinking=false for direct answers. Automatic cache reads are billed at the cached-input rate when reported by the model service. Explicit cache controls are not supported. Open-weight context is 256K; hosted 1M context and official built-in tools are not included.

Auch bekannt als Alibaba Cloud Qwen3.8 27B

reasoningvisionvideofunction callingcachemultimodaljson modelogprobs

Qwen3.8 27B Spezifikationen

Modell-ID
qwen3-8-27b
Anbieter
Alibaba Cloud
Kategorie
Textgenerierung
Veröffentlicht
14. Aug. 2026
Kontextfenster
256K Token
Max. Ausgabe
32.768 Token
Eingabe
TextBildVideo
Ausgabe
Text
Strukturierte Ausgabe
JSON Schema
Endpoints
POST/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1/completionsPOST/v1beta/models/qwen3-8-27b:generateContent
Alternative Modell-IDs
qwen3.8-27bqwen/qwen3-8-27bqwen/qwen3.8-27b

Qwen3.8 27B API-PreiseSpare bis zu 84%

Live Pay-as-you-go-Preise aus dem EmpirioLabs-Katalog. Du zahlst nur für das, was du nutzt, ohne monatliches Minimum.

Typ
Spezifikation
Preis
Eingabe
per 1M prompt tokens
$0.45$0.17
Ausgabe
per 1M generated tokens
$3.20$0.50
Implicit cache read
per 1M cached input tokens
$0.08
Web Search (Linkup)
per call when invoked
$0.013
Auf der vollständigen Preisseite vergleichen

So rufst du die Qwen3.8 27B API auf

Qwen3.8 27B bedient die OpenAI-kompatible Chat Completions API. Richte ein beliebiges OpenAI SDK mit deinem EmpirioLabs API-Schlüssel auf https://api.empiriolabs.ai/v1 und verwende die Modell-ID qwen3-8-27b. Hol dir einen API-Schlüssel im EmpirioLabs Dashboard.

cURL
curl https://api.empiriolabs.ai/v1/chat/completions \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen3-8-27b",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(
    base_url="https://api.empiriolabs.ai/v1",
    api_key="YOUR_EMPIRIOLABS_API_KEY",
)

response = client.chat.completions.create(
    model="qwen3-8-27b",
    messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)
Vollständige Qwen3.8 27B API-Referenz

Qwen3.8 27B API-Parameter

Request-Parameter, die die Qwen3.8 27B API auf EmpirioLabs unterstützt. Standardwerte gelten, wenn ein Feld weggelassen wird.

ParameterTypStandardBereich / WerteBeschreibung
temperaturenumber10 bis 2Sampling temperature. 0 is deterministic and 2 is maximum randomness.
top_pnumber0.950 bis 1Nucleus sampling probability mass. Lower values make outputs more focused.
max_tokensinteger40961 bis 32768Maximum output tokens.
stopstring--Up to 4 strings where the model will stop generating further tokens.
enable_thinkingbooleantrue-Enable reasoning before answering.
reasoning_effortenumxhighnone, low, medium, xhighReasoning effort level. none disables thinking. low, medium, and xhigh select discrete thinking depths. There is no token budget control.
top_kinteger201 bis 200Limit sampling to the top K candidate tokens when supported.
min_pnumber00 bis 1Minimum probability threshold for token sampling.
frequency_penaltynumber0-2 bis 2Penalty based on how often a token has already appeared.
presence_penaltynumber0-2 bis 2Penalty for tokens that already appeared in the generated text.
repetition_penaltynumber10.1 bis 2Penalty used by SGLang to reduce repeated text.
seedinteger-0 bis 2147483647Optional random seed for reproducible sampling.
logprobsbooleanfalse-Return token log probabilities when supported.
top_logprobsinteger-0 bis 20Return up to this many top token log probabilities.
7 weitere Parameter in den Docs

Gut zu wissen

Supports text, image, and video input, streaming, function tools, structured JSON output, seed control, and thinking mode on by default. Use reasoning_effort (xhigh, medium, low) or enable_thinking=false for direct answers. Automatic cache reads are billed at the cached-input rate when reported by the model service. Explicit cache controls are not supported. Open-weight context is 256K; hosted 1M context and official built-in tools are not included.

Qwen3.8 27B API: häufige Fragen

Wie viel kostet die Qwen3.8 27B API?

Auf EmpirioLabs wird Qwen3.8 27B nach Verbrauch abgerechnet. Die Live-Preistabelle auf dieser Seite entspricht immer dem, was die API berechnet.

Wie groß ist das Kontextfenster von Qwen3.8 27B?

Qwen3.8 27B unterstützt ein Kontextfenster von 256K Token mit bis zu 32.768 Ausgabe-Token pro Antwort.

Ist die Qwen3.8 27B API OpenAI-kompatibel?

Ja. Qwen3.8 27B bedient die OpenAI-kompatible Chat Completions API. Bestehende OpenAI SDKs funktionieren, indem du base_url auf https://api.empiriolabs.ai/v1 setzt und als Modell-ID qwen3-8-27b verwendest.

Kann ich Qwen3.8 27B im Browser testen, bevor ich integriere?

Ja. Der EmpirioLabs Playground führt Qwen3.8 27B im Browser mit denselben Parametern aus, die die API bietet. So kannst du Prompts testen, bevor du Code schreibst.

Wie bekomme ich einen Qwen3.8 27B API-Schlüssel?

Erstelle ein EmpirioLabs-Konto und generiere dann einen Schlüssel unter API Keys im Dashboard. Die Abrechnung erfolgt über Pay-as-you-go-Guthaben, du zahlst also nur für deine Requests.

Bereit, bessere Endpunkte zu nutzen?

Schauen Sie sich unsere Preise an oder kontaktieren Sie uns, wenn Sie Ihr eigenes Modell auf unserem Stack implementieren möchten.