Model reference · open weights

Supra1.5-exp

Available as managed deployment LLMs SupraLabs Text gen 1 variants 649 dl/mo

Supra1.5-exp is an open-weight language model from SupraLabs. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released bySupraLabs
TypeLanguage models
TaskText gen
Parameters (lead)52M
Context5k tokens
Runs withtransformers
Released2026-06-10
Popularity649 downloads / month
LicenceOpen weights

About

What Supra1.5-exp is

Continued Pretraining • 50M Parameters • 5K Context

Supra-1.5-50M-Base-exp is a continued-pretrained 50M parameter Llama-style base model derived from SupraLabs/Supra-50M-Base. The target update expands the usable context window from 1,024 tokens to 5,120 tokens using RoPE scaling and full-weight continued pretraining.

Read the full model card

Architecture

The model keeps the original Supra-50M architecture and tokenizer:

SpecificationValue
ArchitectureLlamaForCausalLM
Parameters~50M
Vocabulary Size32,000
Hidden Size512
Layers12
Attention Heads8
KV Heads4
Context Length5,120 tokens
TokenizerOriginal Supra byte-level BPE tokenizer

Continued Pretraining Objective

This is CPT, not instruction fine-tuning. Training uses packed raw text with standard causal language-modeling loss:

  • labels = input_ids
  • all non-pad tokens are trained
  • no response-only masking
  • no system/user/assistant masking
  • no LoRA adapters in the default run

Data Mix

The current local training mix prepared for this run is:

  • 3,000,000,062 CPT tokens
    • 30% Tool Calling
    • 30% ChatML Conversations
    • 25% Factual Text (articles, essays, blogs)
    • 15% Math & Logic Questions

Intended Use

Supervised Fine-Tuning (SFT) and Reinforcement Learning


Credit goes to @QyrouNnet-AI

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

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

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

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