Instructions to use KerasFormers/qwen3-vl-4b-thinking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use KerasFormers/qwen3-vl-4b-thinking with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://KerasFormers/qwen3-vl-4b-thinking") - Notebooks
- Google Colab
- Kaggle
qwen3-vl-4b-thinking (Keras 3, bf16)
Pure-Keras 3 conversion of Qwen/Qwen3-VL-4B-Thinking for kerasformers. Apache 2.0.
This repo holds the converted model weights and tokenizer.json.
from kerasformers.models.qwen3_vl import Qwen3VLGenerate, Qwen3VLProcessor
model = Qwen3VLGenerate.from_weights("qwen3-vl-4b-thinking")
processor = Qwen3VLProcessor.from_weights("qwen3-vl-4b-thinking")
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for KerasFormers/qwen3-vl-4b-thinking
Base model
Qwen/Qwen3-VL-4B-Thinking