Baltor Get started

Models

Qwen2-VL-72B-Instruct

By Qwen. 73.4 billion parameters, a context window of 32,768 tokens and the licence other.

Facts

Released
2024-09-17 the day the repository was first published on Hugging Face Hugging Face, read
Licence
other the licence the model card declares Hugging Face, read
Open weights
Yes the weights are published in this Hugging Face repository Hugging Face, read
Parameters
73.4 billion counted from the safetensors weight files Hugging Face, read
Active parameters
Unknown
Knowledge cutoff
Unknown
Context window
  • 32,768 tokens the maximum position embeddings in the model configuration model configuration, read
Longest output
Unknown
Tool calling
  • No the chat template in the tokenizer configuration has no place for tool definitions Hugging Face, read
Structured output
Unknown
Reasoning controls
Unknown
Inputs and outputs
text, image in, text out Hugging Face, read
Good for
  • Vision: Hugging Face files it under image-text-to-text Hugging Face, read

Prices

Each provider's own price in US dollars per million tokens, as an openly licensed source lists it
ProviderInputOutputContextAs ofSource
Nebius Token Factory0.130 USD0.400 USD131,072LiteLLM, read
Together AI1.20 USD1.20 USD32,768LiteLLM, read

Run it on your own hardware

Weights are the sizes of the files a source lists, or an estimate from the parameter count where none does. Memory is an estimate: weights plus KV cache plus 512 MiB and 5 percent of the weights for runtime buffers. Check it against your hardware.

QuantizationWeightsMemory at 8,192 tokensMemory at 32,768 tokens
IQ2_XXS23.7 GiB27.9 GiB35.4 GiB
IQ2_XS25.2 GiB29.5 GiB37.0 GiB
IQ2_S26.0 GiB30.3 GiB37.8 GiB
IQ2_M27.3 GiB31.7 GiB39.2 GiB
Q2_K27.8 GiB32.2 GiB39.7 GiB
Q2_K_L28.9 GiB33.3 GiB40.8 GiB
IQ3_XS30.6 GiB35.1 GiB42.6 GiB
Q3_K_S32.1 GiB36.7 GiB44.2 GiB
IQ3_M33.1 GiB37.7 GiB45.2 GiB
Q3_K_M35.1 GiB39.9 GiB47.4 GiB
Q3_K_L36.8 GiB41.6 GiB49.1 GiB
IQ4_XS37.0 GiB41.8 GiB49.3 GiB
Q3_K_XL37.8 GiB42.7 GiB50.2 GiB
IQ4_NL38.5 GiB43.4 GiB50.9 GiB
Q4_038.5 GiB43.5 GiB51.0 GiB
Q4_K_S40.9 GiB45.9 GiB53.4 GiB
Q4_K_M44.2 GiB49.4 GiB56.9 GiB
Q4_K_L45.0 GiB50.3 GiB57.8 GiB
Q5_K_S47.8 GiB53.2 GiB60.7 GiB
Q5_K_M50.7 GiB56.2 GiB63.7 GiB
Q5_K_L51.4 GiB57.0 GiB64.5 GiB
Q6_K59.9 GiB65.9 GiB73.4 GiB
Q6_K_L60.5 GiB66.5 GiB74.0 GiB
Q8_072.0 GiB78.6 GiB86.1 GiB

Start it with a local runtime

  • Ollama
    ollama run hf.co/bartowski/Qwen2-VL-72B-Instruct-GGUF:Q4_0
  • LM Studio
    lms get bartowski/Qwen2-VL-72B-Instruct-GGUF
    lms server start
  • llama.cpp server
    llama-server -hf bartowski/Qwen2-VL-72B-Instruct-GGUF:Q4_0 --jinja
  • vLLM
    vllm serve Qwen/Qwen2-VL-72B-Instruct
  • SGLang
    sglang serve --model-path Qwen/Qwen2-VL-72B-Instruct --port 30000

Use it from your harness

Set up for Nebius Token Factory with the model Qwen/Qwen2-VL-72B-Instruct. Each endpoint page has the same setup for its own address.

OpenCode

Put this in opencode.json in your project folder:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "nebius": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Nebius Token Factory",
      "options": {
        "baseURL": "https://api.tokenfactory.nebius.com/v1",
        "apiKey": "{env:NEBIUS_API_KEY}"
      },
      "models": {
        "Qwen/Qwen2-VL-72B-Instruct": {
          "name": "Qwen2-VL-72B-Instruct"
        }
      }
    }
  }
}
  • OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.

From OpenCode documentation, read .

Pi

Put this in ~/.pi/agent/models.json:

{
  "providers": {
    "nebius": {
      "baseUrl": "https://api.tokenfactory.nebius.com/v1",
      "api": "openai-completions",
      "apiKey": "$NEBIUS_API_KEY",
      "models": [
        {
          "id": "Qwen/Qwen2-VL-72B-Instruct"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Codex speaks only the Responses API, and Nebius Token Factory documents no Responses address. A gateway that offers one can sit in between.

  • Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.

From Codex documentation, read .

Claude Code

Claude Code sends Anthropic Messages requests, and Nebius Token Factory documents no such address. A gateway that translates to that API can sit in between.

  • Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.

From Claude Code documentation, read .

Other ways to reach it

  • Together AI, model Qwen/Qwen2-VL-72B-Instruct
  • Ollama, model hf.co/bartowski/Qwen2-VL-72B-Instruct-GGUF:Q4_0

Published results

These are results other people published. Baltor did not run them and does not rank models by them.

Two more publishers are linked, never copied, because their terms do not allow it:

  • Artificial Analysis publishes its own intelligence, speed and price measurements.
  • OpenRouter lists current prices and uptime for each provider it routes to.