Model reference · open weights

Sa2VA-LLaVA-1.5

Sa2VA-LLaVA-1.5 is an open-weight language model from ByteDance, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

LLMs ByteDance 1 variants 27 downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What Sa2VA-LLaVA-1.5 is

Sa2VA-LLaVA-1.5-7B Sa2VA-LLaVA-1.5-7B is a Sa2VA model built on LLaVA-1.5-7B (CLIP-ViT-L-336 vision encoder + Vicuna-7B language model) with a SAM2 grounding encoder. The MLLM predicts a [SEG] token whose hidden state conditions the SAM2 mask decoder, producing dense image and video referring segmentation alongside open-ended chat. It is intended as a LISA-comparable baseline within the Sa2VA family. This checkpoint is self-contained: the SAM2 grounding code is vendored into the repository, so it loads with trustremotecode=True without any extra packages. Results Image referring segmentation (cIoU): Video referring segmentation (J&F): Grounded conversation generation (GCG, val): Usage Load in bfloat16 (the lmhead is kept in higher precision; torchdtype="auto" mixes dtypes and fails). This model uses a tokenizer (not an AutoProcessor). For video, pass video=[frame0, frame1, ...] (a list of PIL images) instead of image. Notes - SAM2 grounding input resolution is 1024. - Built on Sa2VA. Citation If you find this project useful in your research, please consider citing:

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

MakerByteDance
TypeLanguage models
Parameters (lead)7.3B
Variants1
Runs withtransformers
Released2026-06-15
Popularity27 downloads / month
LicenceOpen weights

How it works

How language models work

Your prompttext / messagesTransformerattention over tokensNext-token loopgenerate + streamResponsetext · tool callsA language model reads your tokens and predicts the next one, again and again, streaming the reply back.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
Sa2VA-LLaVA-1.5-7B7.3BBF16~16.8 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys sa2va-llava-1-5 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (sa2va-llava-1-5 below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"sa2va-llava-1-5","messages":[{"role":"user","content":"Hello"}]}'

Details

Languages, data & research

Tags

transformers safetensors sa2va_chat feature-extraction sa2va referring-segmentation referring-video-segmentation llava sam2 image-text-to-text conversational custom_code

Licence

Open weights

Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗

Sources

Weights & code

Want Sa2VA-LLaVA-1.5 on EU-owned hardware?

Request this model on EU hardware See what’s served now

Explore

More language models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms