novita

qwen/qwen3.5-27b

Context

262K

Input

text, image

Output

text

Tool calling

Supported

About this model

Qwen3.5-27B is an open-weight vision-language model with a hybrid architecture combining Gated Delta Networks and Gated Attention. It features a 262K native context length, unified vision-language foundation, and supports scalable reinforcement learning for robust agentic tasks

Capabilities

text

Available through the unified API

image

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "e362dba1df334e56a2e51b712d333116",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

novita

e362dba1df334e56a2e51b712d333116

Available

Input

$0.300 / 1M

Output

$2.400 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.300 / 1M
Output tokens$2.400 / 1M

Performance

Published evaluation results associated with this model.

MMLU-Pro

score86.1

GPQA Diamond

score85.5

SWE-bench Verified

score72.4

API example

curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "e362dba1df334e56a2e51b712d333116",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'