sequenced.ai
Articles/Models & infrastructure/Blueprint//8 min read

LG AI Research develops EXAONE models with distinct deployment and license paths

LG AI Research’s EXAONE family includes large multilingual reasoning models and a separate vision-language model. Each release has its own license and serving requirements.

By Sequenced deskAI-assisted, source-led · how we work
Visit LG AI Research website ↗
K-EXAONE 2.0Language modelA multilingual model with reasoning and tool-use support.
Apache 2.0K-EXAONE 2.0 licenseThe release uses a different license from EXAONE 4.5.
EXAONE 4.5Vision-language modelA separate model for image-and-text tasks.
LG research organizationCompany identityCoverage concerns LG’s AI research arm, not an independent startup.
LG AI Research mark
LG AI Researchlgresearch.ai · independent research

Represent this company? Verify your work email to access its workspace, or send the desk a factual correction.

LG AI Research develops the EXAONE model family within LG’s research organization. Its releases offer a useful case study in why an open-weight model name is not enough to make a deployment decision. K-EXAONE 2.0 is a large multilingual language model released under Apache 2.0, while EXAONE 4.5 adds visual input under a separate noncommercial model license. Capability, infrastructure and permission must be evaluated for the exact release.

In brief
  1. 01Reader job Assess a model for multilingual technical knowledge work under a defined deployment arrangement.
  2. 02License distinction K-EXAONE 2.0 and EXAONE 4.5 must not be treated as having the same commercial permissions.
  3. 03Research scope Official model cards, license files and company sources were reviewed; no model was downloaded, served or benchmarked.

01 / ProductOne research organization publishes several kinds of model

The LG AI Research site describes an organization pursuing language, industrial and other AI research within LG’s broader identity. This is coverage of that recognizable research organization, not a claim that it is an unrelated startup. The EXAONE 4.5 license identifies LG Management Development Institute Co., Ltd. as licensor, which makes the organizational relationship explicit.

The K-EXAONE 2.0 release announcement describes a 750-billion-parameter model released in July 2026 under Korea’s sovereign-AI foundation-model project. It also announces the move to Apache 2.0 for that release. Vendor benchmark comparisons help explain the research objective, but this blueprint does not turn them into a ranking of the best models for every business task.

The EXAONE product page separately highlights EXAONE 4.5 and visual-language work. Its model card describes a model with a dedicated visual encoder. It is a distinct candidate for image-and-text tasks, rather than a visual mode that can simply be switched on in every K-EXAONE deployment.

02 / AudienceA candidate for teams that can own model evaluation and serving

A suitable audience is a research or platform team assessing multilingual technical assistants. It may want to work with Korean and English material, inspect deployment behavior and retain control over the model configuration. That requires the ability to operate or procure inference infrastructure and to judge domain-specific answers. A downloadable model does not arrive with a finished knowledge system.

A small team seeking a frictionless, universally priced chat API may find the operational work disproportionate. The official materials examined here provide model releases and serving guidance, but do not establish one public API tariff covering the whole EXAONE family. A demonstration site is useful for exploration; it does not prove production capacity or the terms of a commercial service.

The Mistral AI blueprint offers a comparison for teams weighing model access and deployment choices. The Cohere blueprint is useful when the primary goal is an enterprise retrieval application. Compare the engineering and commercial route as well as the model response, because the effort required to reach a maintained service can differ substantially.

03 / WorkflowA proposed multilingual evaluation begins with the source passage

This proposed workflow uses K-EXAONE 2.0 to draft answers over a limited collection of public technical manuals. Choose material the team is entitled to process, with stable document versions and clear section identifiers. Build questions in Korean and English that require the same underlying facts, along with questions the manuals cannot answer. A multilingual model should be assessed for consistency of meaning, not only fluency.

Prepare a judged answer set before prompt iteration. For each question, identify the source passage, acceptable answer and critical omission that would make the answer misleading. Include near-matching component names and a superseded manual. These cases test whether the application connects its answer to the right document instead of composing a plausible explanation from related concepts.

The K-EXAONE repository supplies serving examples for SGLang and vLLM. Its examples use two nodes with eight NVIDIA H200 GPUs each. That is a published configuration, not a proven minimum hardware requirement. Before committing resources, determine whether the chosen serving arrangement can meet the evaluation’s concurrency and response-time requirements.

Supply only the relevant text excerpts and ask the model to distinguish direct source support from an inference. Keep a retrieval layer outside the model so the collection can be updated without assuming a new model training run. The initial application should return a draft answer with section references and no authority to change a technical system.

Run equivalent questions across languages and compare the resulting conditions, units and qualifications. A translation that removes a conditional phrase can be more damaging than awkward wording. Have a reviewer competent in the source language judge disputed answers. Do not use the model’s own explanation of its answer as the sole correctness check.

The repository describes reasoning and non-reasoning modes as well as tool calling. Evaluate the simpler mode first for straightforward source lookup, then use reasoning where the task needs a comparison across passages. Retain the configuration used by each run. An apparent quality improvement may reflect a longer inference budget rather than a better retrieval strategy.

For image-heavy documents, treat EXAONE 4.5 as a separate evaluation track with its own permission review. Do not quietly add that checkpoint to a commercial pipeline designed around K-EXAONE 2.0’s Apache license. If the visual track is only permitted for research, keep its outputs and purpose within that scope while evaluating whether a separate commercial agreement is needed.

04 / PricingLicense permission and infrastructure cost are separate questions

Release or routePublished basisConsequence
K-EXAONE 2.0Apache License 2.0Commercial use is permitted subject to the license’s conditions.
EXAONE 4.5EXAONE AI Model License Agreement 1.2 - NCCommercial use requires a separate agreement.
Self-hosted inferenceInfrastructure supplied or procured by the operatorCompute, storage and operating effort remain costs.
Partnership or commercial arrangementContact-based routeObtain terms for the exact model and intended use.

Release-specific commercial basis consulted 23 September 2026 in the K-EXAONE 2.0 license and EXAONE 4.5 license. No hosted API price is asserted.

The K-EXAONE 2.0 license is the relevant permission document for that checkpoint. It should not be generalized backward to older releases or sideways to the vision-language model. The announcement’s language about openness does not replace the license file attached to the artifact actually downloaded. Keep a copy of the applicable license and model revision with the deployment record.

The EXAONE 4.5 license limits its grant to research and educational purposes and requires a separate agreement for commercial exploitation. Its scope includes the model, derivatives and output. It also prohibits using them to develop or improve models that compete with the licensor’s models; this is a use restriction, while the license separately says the licensor claims no rights in output. A company should therefore not assume that calling an internal prototype “research” resolves every intended use. Confirm the arrangement for the actual workflow before using that release in a revenue-related product.

Neither a permissive model license nor the absence of a license fee makes serving free. The documented large-model setup entails substantial infrastructure, and utilization affects the economics. For a small workload, operating a dedicated deployment can be expensive per accepted answer. For a sustained workload, batching and capacity planning become important, but those savings must be measured in the actual serving environment.

05 / DistinctionsRelease-level openness supports more explicit engineering decisions

K-EXAONE 2.0’s downloadable weights and serving examples allow a capable team to inspect the deployment arrangement and choose a runtime. That can be valuable when the organization wants more control over model revisions and inference configuration. The benefit is an option to operate the model deliberately, not an automatic guarantee of privacy, reliability or independence from infrastructure suppliers.

The distinction between the large language model and the smaller vision-language model is also useful. It encourages a team to ask whether its problem actually requires visual reasoning. If the needed evidence is already available as reliable text, adding visual processing may increase complexity without improving the result. If layout is essential, a text-only evaluation would fail to test the real job.

The source material emphasizes Korean capability while describing broader multilingual coverage. A local-language evaluation can therefore be a meaningful reason to shortlist the family. Judge terminology, ambiguity and consistency on the documents that matter to the team, without converting the developer’s benchmark claims into an assurance of domain expertise.

06 / QuestionsServing details and model limits remain operational work

The repository contains runtime-specific caveats, including an additional setting for B200 serving and a note that one speculative-decoding method is not yet supported on vLLM. These details show why a published quickstart should be read as a configuration to verify. Reusing only the model identifier while ignoring the runtime version can produce a different operational result.

The official model cards warn about false, contradictory, biased or inappropriate output and note that generated responses may not reflect current information. For the proposed manual assistant, the immediate issue is version fidelity: an answer must follow the supplied current manual when background model knowledge differs. Include explicit conflict cases in the evaluation instead of assuming retrieval automatically prevents them.

What throughput can the selected deployment sustain when answers require extended reasoning? Can model revisions be rolled back while preserving the application interface? Are the documents suitable for the chosen hosting arrangement? These questions cannot be answered from parameter counts alone. This review did not perform a hardware trial, measure accuracy or establish an enterprise service commitment.

07 / DecisionSelect the release, permission and runtime together

LG AI Research deserves consideration when a team wants to investigate Korean and multilingual models with explicit deployment control. Start with a bounded answer task and a source-grounded evaluation set. Choose the precise release, confirm its license and plan the serving environment as one decision. That keeps a promising research model from becoming an accidental production dependency with unclear costs or permissions.

01

You operate large-model infrastructure

Evaluate K-EXAONE 2.0 on a judged multilingual task and the runtime you intend to maintain.

Test the complete deployment
02

Your documents require visual understanding

Assess EXAONE 4.5 as a separate candidate and resolve its noncommercial license before a commercial workflow.

Separate capability from permission
03

You want a simple hosted service

Confirm an actual provider, tariff and production commitment rather than treating an open demo as an API contract.

Identify the service route
What should we explore next?

A business worth understanding.

Suggest your business or one you find interesting. Tell us what you want to understand about its product, positioning, design or workflows.

Suggestions are free. Selection and publication stay with the desk.

Sources

Continue reading

All in this category