Qwen3.8 27B واجهة برمجة التطبيقات

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

Alibaba Cloudتوليد النصوص256K السياقتاريخ الإصدار 14 أغسطس 2026استدلال أصليجديد

حول 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.

يعرف أيضا باسم Alibaba Cloud Qwen3.8 27B

reasoningvisionvideofunction callingcachemultimodaljson modelogprobs

مواصفات Qwen3.8 27B

معرّف النموذج
qwen3-8-27b
المزود
Alibaba Cloud
الفئة
توليد النصوص
تاريخ الإصدار
14 أغسطس 2026
نافذة السياق
256K رمز
أقصى إخراج
32,768 رمز
الإدخال
نصصورةفيديو
الإخراج
نص
إخراج منظم
JSON Schema
نقاط النهاية
POST/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1/completionsPOST/v1beta/models/qwen3-8-27b:generateContent
معرّفات نموذج بديلة
qwen3.8-27bqwen/qwen3-8-27bqwen/qwen3.8-27b

أسعار واجهة Qwen3.8 27B APIوفّر حتى 84%

أسعار الدفع حسب الاستخدام مباشرة من كتالوج EmpirioLabs. تدفع فقط مقابل ما تستخدمه، بدون حد أدنى شهري.

النوع
المواصفة
السعر
الإدخال
per 1M prompt tokens
$0.45$0.17
الإخراج
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
قارن في صفحة الأسعار الكاملة

كيفية استدعاء واجهة Qwen3.8 27B API

يقدم Qwen3.8 27B واجهة Chat Completions المتوافقة مع OpenAI. وجّه أي OpenAI SDK إلى https://api.empiriolabs.ai/v1 بمفتاح EmpirioLabs API الخاص بك واستخدم معرّف النموذج qwen3-8-27b. احصل على مفتاح API من لوحة تحكم EmpirioLabs.

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)
المرجع الكامل لواجهة Qwen3.8 27B API

معلمات واجهة Qwen3.8 27B API

معلمات الطلب التي تدعمها واجهة Qwen3.8 27B API على EmpirioLabs. تُطبق القيم الافتراضية عند حذف أي حقل.

المعاملالنوعالافتراضيالنطاق / القيمالوصف
temperaturenumber10 إلى 2Sampling temperature. 0 is deterministic and 2 is maximum randomness.
top_pnumber0.950 إلى 1Nucleus sampling probability mass. Lower values make outputs more focused.
max_tokensinteger40961 إلى 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 إلى 200Limit sampling to the top K candidate tokens when supported.
min_pnumber00 إلى 1Minimum probability threshold for token sampling.
frequency_penaltynumber0-2 إلى 2Penalty based on how often a token has already appeared.
presence_penaltynumber0-2 إلى 2Penalty for tokens that already appeared in the generated text.
repetition_penaltynumber10.1 إلى 2Penalty used by SGLang to reduce repeated text.
seedinteger-0 إلى 2147483647Optional random seed for reproducible sampling.
logprobsbooleanfalse-Return token log probabilities when supported.
top_logprobsinteger-0 إلى 20Return up to this many top token log probabilities.
7 معلمات إضافية في الوثائق

معلومات مفيدة

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: أسئلة شائعة

كم تكلف واجهة Qwen3.8 27B API؟

على EmpirioLabs، تتم فوترة Qwen3.8 27B حسب الاستخدام. جدول الأسعار المباشر في هذه الصفحة يطابق دائمًا ما تحتسبه الواجهة.

ما حجم نافذة السياق في Qwen3.8 27B؟

يدعم Qwen3.8 27B نافذة سياق من 256K رمز، مع ما يصل إلى 32,768 رمز إخراج لكل استجابة.

هل واجهة Qwen3.8 27B API متوافقة مع OpenAI؟

نعم. يقدم Qwen3.8 27B واجهة Chat Completions المتوافقة مع OpenAI، لذا تعمل حزم OpenAI SDK الحالية بتوجيه base_url إلى https://api.empiriolabs.ai/v1 وتعيين معرّف النموذج إلى qwen3-8-27b.

هل يمكنني تجربة Qwen3.8 27B في المتصفح قبل الدمج؟

نعم. يشغّل ملعب EmpirioLabs نموذج Qwen3.8 27B في المتصفح بنفس المعلمات التي تتيحها الواجهة، لتجربة المطالبات قبل كتابة الكود.

كيف أحصل على مفتاح API لنموذج Qwen3.8 27B؟

أنشئ حساب EmpirioLabs ثم أنشئ مفتاحًا من API Keys في لوحة التحكم. الفوترة برصيد الدفع حسب الاستخدام، فلا تدفع إلا مقابل الطلبات التي تنفذها.

هل أنت مستعد لاستخدام نقاط نهاية أفضل؟

تحقق من تسعيرنا أو تواصل إذا كنت ترغب في نشر نموذجك الخاص على مجموعتنا.