Qwen3.8 27B API

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

Alibaba CloudGeneracion de texto256K contextoLanzado 14 ago 2026Inferencia nativaNuevo

Acerca de 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.

También conocido como Alibaba Cloud Qwen3.8 27B

reasoningvisionvideofunction callingcachemultimodaljson modelogprobs

Especificaciones de Qwen3.8 27B

ID del modelo
qwen3-8-27b
Proveedor
Alibaba Cloud
Categoría
Generacion de texto
Lanzado
14 ago 2026
Ventana de contexto
256K tokens
Salida máxima
32.768 tokens
Entrada
TextoImagenVideo
Salida
Texto
Salida estructurada
JSON Schema
Endpoints
POST/v1/chat/completionsPOST/v1/responsesPOST/v1/messagesPOST/v1/completionsPOST/v1beta/models/qwen3-8-27b:generateContent
IDs de modelo alternativos
qwen3.8-27bqwen/qwen3-8-27bqwen/qwen3.8-27b

Precios de la API de Qwen3.8 27BAhorra hasta 84%

Tarifas de pago por uso en vivo del catálogo de EmpirioLabs. Solo pagas por lo que usas, sin mínimo mensual.

Tipo
Especificación
Tarifa
Entrada
per 1M prompt tokens
$0.45$0.17
Salida
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
Comparar en la página completa de precios

Cómo llamar a la API de Qwen3.8 27B

Qwen3.8 27B sirve la API de Chat Completions compatible con OpenAI. Apunta cualquier SDK de OpenAI a https://api.empiriolabs.ai/v1 con tu clave de API de EmpirioLabs y usa el id de modelo qwen3-8-27b. Consigue una clave de API en el panel de 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)
Referencia completa de la API de Qwen3.8 27B

Parámetros de la API de Qwen3.8 27B

Parámetros de solicitud compatibles con la API de Qwen3.8 27B en EmpirioLabs. Los valores por defecto se aplican cuando se omite un campo.

ParámetroTipoPredeterminadoRango / valoresDescripción
temperaturenumber10 a 2Sampling temperature. 0 is deterministic and 2 is maximum randomness.
top_pnumber0.950 a 1Nucleus sampling probability mass. Lower values make outputs more focused.
max_tokensinteger40961 a 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 a 200Limit sampling to the top K candidate tokens when supported.
min_pnumber00 a 1Minimum probability threshold for token sampling.
frequency_penaltynumber0-2 a 2Penalty based on how often a token has already appeared.
presence_penaltynumber0-2 a 2Penalty for tokens that already appeared in the generated text.
repetition_penaltynumber10.1 a 2Penalty used by SGLang to reduce repeated text.
seedinteger-0 a 2147483647Optional random seed for reproducible sampling.
logprobsbooleanfalse-Return token log probabilities when supported.
top_logprobsinteger-0 a 20Return up to this many top token log probabilities.
7 parámetros más en la documentación

Información útil

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.

API de Qwen3.8 27B: preguntas frecuentes

¿Cuánto cuesta la API de Qwen3.8 27B?

En EmpirioLabs, Qwen3.8 27B se factura por uso. La tabla de tarifas en vivo de esta página siempre coincide con lo que cobra la API.

¿Cuál es la ventana de contexto de Qwen3.8 27B?

Qwen3.8 27B admite una ventana de contexto de 256K tokens con hasta 32.768 tokens de salida por respuesta.

¿La API de Qwen3.8 27B es compatible con OpenAI?

Sí. Qwen3.8 27B sirve la API de Chat Completions compatible con OpenAI, así que los SDKs de OpenAI existentes funcionan apuntando base_url a https://api.empiriolabs.ai/v1 y usando el id de modelo qwen3-8-27b.

¿Puedo probar Qwen3.8 27B en el navegador antes de integrar?

Sí. El playground de EmpirioLabs ejecuta Qwen3.8 27B en el navegador con los mismos parámetros que expone la API, para que pruebes prompts antes de escribir código.

¿Cómo consigo una clave de API de Qwen3.8 27B?

Crea una cuenta de EmpirioLabs y genera una clave en API Keys en el panel. La facturación es con créditos de pago por uso, así que solo pagas por las solicitudes que haces.

¿Listo para usar mejores endpoints?

Consulta nuestros precios o contacta con nosotros si quieres que tu propio modelo se implemente en nuestra pila.