{
  "data": [
    {
      "schema_version": "2.4",
      "id": "qwen/qwen3.6-35b-a3b",
      "name": "Qwen: Qwen3.6 35B A3B",
      "hugging_face_id": "unsloth/Qwen3.6-35B-A3B-NVFP4",
      "created": 1777260255,
      "quantization": "nvfp4",
      "tokenizer": "Qwen",
      "description": "Qwen3.6 35B A3B served with NVFP4 quantization, a 262,144-token context window, streaming, reasoning, structured output, and tool calling.",
      "input_modalities": [
        {
          "type": "text",
          "supported_inputs": {
            "max_context_length": {
              "value": 262144,
              "unit": "token"
            }
          },
          "pricing": [
            {
              "type": "prompt",
              "unit": "token",
              "cost_usd": "0.00000005"
            }
          ]
        }
      ],
      "output_modalities": [
        {
          "type": "text",
          "max_length": {
            "value": 16384,
            "unit": "token"
          },
          "streaming": true,
          "supported_parameters": {
            "temperature": {
              "type": "range",
              "min": 0,
              "max": 2
            },
            "top_p": {
              "type": "range",
              "min": 0,
              "max": 1
            },
            "max_tokens": {
              "type": "integer",
              "min": 1,
              "max": 16384,
              "unit": "token"
            },
            "stop": {
              "type": "array"
            },
            "frequency_penalty": {
              "type": "range",
              "min": -2,
              "max": 2
            },
            "presence_penalty": {
              "type": "range",
              "min": -2,
              "max": 2
            },
            "seed": {
              "type": "integer"
            },
            "tools": {
              "type": "boolean"
            },
            "tool_choice": {
              "type": "unknown"
            },
            "structured_outputs": {
              "type": "boolean"
            },
            "reasoning": {
              "type": "boolean"
            }
          },
          "pricing": [
            {
              "type": "completion",
              "unit": "token",
              "cost_usd": "0.0000007"
            },
            {
              "type": "internal_reasoning",
              "unit": "token",
              "cost_usd": "0.0000007"
            }
          ],
          "capacity": [
            {
              "type": "concurrency",
              "unit": "request",
              "value": 16
            }
          ]
        }
      ],
      "is_ready": true,
      "is_free": false,
      "openrouter": {
        "slug": "qwen/qwen3.6-35b-a3b"
      }
    }
  ]
}