Model reference · open weights

KDL-Frontier-Parser-nano

Available as managed deployment Licence fee LLMs KDLAI Vision + text 1 variants 12k dl/mo

KDL-Frontier-Parser-nano is an open-weight language model from KDLAI. 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 byKDLAI
TypeLanguage models
TaskVision + text
Parameters (lead)1.2B
Context8k tokens
Released2026-06-10
Popularity12k downloads / month
LicenceCommercial licence needed

About

What KDL-Frontier-Parser-nano is

A 1.2B-parameter open-weight document parsing model, packaged and orchestrated by KoreaDeep as the nano tier of the KDL Frontier Parser family.

Read the full model card

ParseBench results

Measured 2026-06-10 with the official ParseBench harness, full set, single end-to-end pass (2,553 test cases, 0 inference failures):

DimensionMetricScore
Overall (mean)mean of 5 dimensions76.48
Tablesgrits_trm_composite84.56
Visual Grounding / Layoutrule_pass_rate81.83
Content Faithfulnesscontent_faithfulness86.63
Semantic Formattingnormalized_text_score66.32
Chartschart_data_point63.08

Serving

vllm serve  \
  --served-model-name kdl-frontier-parser-nano \
  --max-model-len 8192 \
  --gpu-memory-utilization 0.85 \
  --max-num-seqs 24 \
  --trust-remote-code \
  --limit-mm-per-prompt '{"image":1}'

Usage

This model is not a single-shot end-to-end parser. It runs as a pipeline: detect layout, crop each region, then call the model again per region with a task-specific prompt.

Prompts

Each task uses a fixed prompt (note the leading newline):

TaskPrompt
Layout\nLayout Detection:
Text\nText Recognition:
Table\nTable Recognition:
Formula\nFormula Recognition:
Figure\nImage Analysis:

Table recognition returns OTSL. Other output formats are left to the caller.

Inference notes

  • Serve with --trust-remote-code and --limit-mm-per-prompt '{"image":1}' (one image per request).
  • Set enable_thinking=False in the chat template.
  • Pass skip_special_tokens=False when decoding.
  • Greedy decoding (temperature=0).

Feed page images, not PDFs. Chat UIs (e.g. open-webui) with free-form prompts will not work — use the prompts above.

Benchmark methodology

The ParseBench score is an end-to-end pipeline measurement — this model served via vLLM plus deterministic rule-based post-processing of model output — consistent with how all ParseBench providers are evaluated (every provider is a submitter-hosted endpoint). No other learned models, classifiers, or ensembles are involved: single model, single pass.

About

Built by KoreaDeep, a document-AI company. The larger KDL-Frontier-Parser-ultra is available through DEEP Agent.

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