qwen3.5-27b:free
The Qwen3.5 27B native vision-language Dense model incorporates a linear attention mechanism, delivering fast response times while balancing inference speed and performance. Its overall capabilities are comparable to those of...
Capacità
Modalità
Statistiche rapide
Performance
Parametri supportati
Tutti i provider = supportato da ogni upstream che serve questo modello. Alcuni provider = dipende dall'upstream che gestisce la richiesta. Predefinito = il valore inviato quando non lo imposti.
| Parametro | Provider | Predefinito |
|---|---|---|
| frequency_penalty | Alcuni provider | Non inviato per impostazione predefinita |
| include_reasoning | Tutti i provider | - |
| logit_bias | Alcuni provider | - |
| logprobs | Alcuni provider | - |
| max_tokens | Tutti i provider | - |
| min_p | Alcuni provider | - |
| presence_penalty | Tutti i provider | Non inviato per impostazione predefinita |
| reasoning | Tutti i provider | - |
| repetition_penalty | Alcuni provider | Non inviato per impostazione predefinita |
| response_format | Tutti i provider | - |
| seed | Alcuni provider | - |
| stop | Alcuni provider | - |
| structured_outputs | Alcuni provider | - |
| temperature | Tutti i provider | 0.6 |
| tool_choice | Alcuni provider | - |
| tools | Alcuni provider | - |
| top_k | Alcuni provider | 20 |
| top_logprobs | Alcuni provider | - |
| top_p | Tutti i provider | 0.95 |
Prezzi
| Prezzo di input | $0.00 · 1M token |
| Prezzo di output | $0.00 · 1M token |
| Finestra di contesto | 262.1K token |
| Endpoint compatibili | openai |
| Provider | Alibaba |
Chiamare qwen3.5-27b:free dal tuo codice
Punta qualsiasi SDK compatibile con OpenAI a UnoRouter e richiedi il modello per nome. Sostituisci YOUR_API_KEY con una vera chiave dal tuo dashboard.
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.5-27b:free",
"messages": [{"role": "user", "content": "Hello!"}]
}'Domande frequenti
Quanto costa qwen3.5-27b:free per 1M token?
L'input ha un prezzo di $0.00 per 1M token, l'output di $0.00 per 1M token. La fatturazione è per token, nessun arrotondamento alle dimensioni del batch.
Come accedo a qwen3.5-27b:free tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=qwen3.5-27b:free. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
Qual è la finestra di contesto di qwen3.5-27b:free?
qwen3.5-27b:free supporta una finestra di contesto di 262.1K token, condivisa tra il tuo prompt e la risposta del modello.
Modelli simili
Prova qwen3.5-27b:free ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.