Model reference · open weights

songgot-l

Available as managed deployment LLMs palette-lab Text gen 1 variants 585 dl/mo

songgot-l is an open-weight language model from palette-lab. 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 bypalette-lab
TypeLanguage models
TaskText gen
Parameters (lead)303M
Context2k tokens
Runs withtransformers
Released2026-09-12
Popularity585 downloads / month
LicenceOpen weights

About

What songgot-l is

A Korean-first tiny agentic model for tool calling on the device, trained from scratch by Hanish Keloth (Palette). Apache 2.0.

  • Paper: https://hanishkeloth.github.io/songgot
  • Code, data generators, scorer: https://github.com/hanishkeloth/songgot
  • Demo: https://huggingface.co/spaces/Hanish/songgot

Try it on the device: https://hanishkeloth.github.io/songgot/app/ (runs in the browser, works offline after the first load).

Read the full model card

Numbers

Kakao FunctionChat-Bench SingleCall (500 Korean items, 5 tool conditions), exact match on function name and arguments, scorer in the repo. Comparators run with identical tools and queries in their own documented formats.

modelparamsexact4_random4_close8_random8_closeallname only
Songgot-L (12B tokens with instruction bucket, 2 epochs, v8 set)303M40.036.021.030.020.029.475.0
Songgot-M (2 epochs, v8 set)126M45.043.026.034.018.033.273.8
Songgot (6B tokens, 3 epochs, v8 set)50M44.039.030.035.017.033.073.6
Songgot-nano (1 epoch)39M0.00.00.00.00.00.00.0
Needle 245M0.00.00.00.00.00.00.0
FunctionGemma-270M270M3.05.01.01.01.02.236.2
Qwen3-0.6B600M48.049.045.037.037.043.270.8
Qwen3.5-0.8B800M51.048.041.052.034.045.273.6
Kanana-2-1.3B-Instruct (Kakao)1.3B76.072.070.071.063.070.493.8
EXAONE-4.0-1.2B (LG)1.28B73.065.053.066.058.063.085.2
DNA3.0-0.8B (Dnotitia)0.8B0.08.06.06.04.04.812.2
HyperCLOVA X SEED 0.5B (Naver)0.57Bno tool-calling interface in its chat template

Tokens per Hangul syllable on the same 100 queries: Songgot 0.90, Gemma 3 0.98, Qwen3 1.15, Needle 2 3.47.

Status (2026-09-13 09:33)

Weights in this repo are Songgot-L, 12B tokens with instruction bucket, 2 epochs, v8 set: 24 layers, hidden 1024, about 303M parameters, trained from scratch on 8xH100 (Modal) on 12B tokens of Korean Wikipedia and fineweb-edu with 5 percent tool-calling rows in the mix, post-trained on the v8 set, post-trained on the v2 tool-calling set. Call accuracy on FunctionChat-Bench SingleCall 29.4 percent (name only 75.0). GGUF exports (f16, Q8_0, Q4_K_M) are in this repo.

Format

[{"name": "set_alarm", "description": "알람을 설정합니다.", "parameters": {...}}]
내일 아침 7시에 알람 맞춰줘
{"name":"set_alarm","arguments":{"time":"07:00"}}

Tokenizer: SentencePiece BPE, 32k, byte fallback (tokenizer.model). Use sentencepiece directly; the special tokens live inside the vocabulary.

Data and provenance

fineweb-edu sample-10BT (ODC-By), Korean Wikipedia 20231101.ko (CC BY-SA 3.0; this model card carries the attribution and share-alike notice for that text), glaive-function-calling-v2 (Apache 2.0), template-generated Korean tool calls (Apache 2.0, in the repo). No closed-model outputs. FunctionChat-Bench was never used for training.

Limits

Single-call tool selection and argument extraction only. No multi-turn, no tool results, no free chat. Small models are finicky with rare tools and paraphrased values; validate every call in application code.

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 songgot-l for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (songgot-l 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":"songgot-l","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