Model reference · open weights

North-Micro-Vision

North-Micro-Vision is an open-weight language model from CohereLabs, 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 CohereLabs 1 variants 32k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What North-Micro-Vision is

North Micro Vision Instruct North Micro Vision Instruct is a 2.4B-parameter open-weight vision-language model with native-resolution image support, released under the Apache 2.0 license. It is designed as a compact foundation for prototyping, task-specific fine-tuning, and specialized multimodal applications. Developed by Cohere. Technical deep dive: Read the North Micro Vision technical blog post for architecture, training, and evaluation details. Highlights - Native-resolution image processing that preserves aspect ratios and fine visual detail. - Broad image-understanding capabilities across VQA, captioning, grounding, OCR, charts, and documents. - Multilingual and multi-image support. - Compact 2.4B-parameter scale suited to customization and deployment experimentation. - Apache 2.0-licensed model weights. Model Details The language backbone supports a 128K-token context window, but the validated operating range for multimodal prompts is up to 8K tokens. Longer multimodal contexts may rely on extrapolation and have not been benchmarked. Quickstart Installation Install PyTorch for your platform first. North Micro Vision requires Transformers 5.16.0, together with accelerate for automatic device placement and Pillow for image loading. Until Transformers 5.16.0 is released, install the runtime dependencies and Transformers from source: Once Transformers 5.16.0 is available on PyPI, install the released package with: Flash Attention 2 is optional. On supported CUDA systems, install it with: If you do not use uv, replace uv pip with pip in the commands above. Transformers The following example loads an image from a URL and asks the model to describe it. Prompts can interleave text with one or more images; for text-only prompts, omit the image entries. The example uses the recommended Transformers sampling settings. For deterministic output, set dosample=False and omit temperature, topp, and topk. Architecture North Micro Vision combines a custom-trained 400M-parameter native-resolution vision encoder with an in-house 2B-parameter language model North Micro LLM. The language model follows our Command A+ architecture, interleaving three sliding-window attention lay

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

Specifications

What it is

MakerCohereLabs
TypeLanguage models
Parameters (lead)2.5B
Variants1
Runs withtransformers
Released2026-08-10
Popularity32k downloads / month
Likes135
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
North-Micro-Vision-Instruct2.5BBF16~5.7 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys north-micro-vision for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (north-micro-vision 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":"north-micro-vision","messages":[{"role":"user","content":"Hello"}]}'

Details

Languages, data & research

Languages

en de fr es it pt hi ja ko zh ar

Tags

transformers safetensors cohere_compass image-text-to-text vision multimodal conversational multilingual native-resolution en de fr es it

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 North-Micro-Vision 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