Model reference · open weights
internlm3 is an open-weight language model from internlm, 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.
About
InternLM [](https://github.com/internLM/OpenCompass/) 💻Github Repo • 🤗Demo • 🤔Reporting Issues • 📜Technical Report 👋 join us on <a href="https://discord.gg/xa29JuW87d" target="blank"Discord</a and <a href="https://github.com/InternLM/InternLM/assets/25839884/a6aad896-7232-4220-ac84-9e070c2633ce" target="blank"WeChat</a Introduction InternLM3 has open-sourced an 8-billion parameter instruction model, InternLM3-8B-Instruct, designed for general-purpose usage and advanced reasoning. This model has the following characteristics: - Enhanced performance at reduced cost: State-of-the-art performance on reasoning and knowledge-intensive tasks surpass models like Llama3.1-8B and Qwen2.5-7B. Remarkably, InternLM3 is trained on only 4 trillion high-quality tokens, saving more than 75% of the training cost compared to other LLMs of similar scale. - Deep thinking capability: InternLM3 supports both the deep thinking mode for solving complicated reasoning tasks via the long chain-of-thought and the normal response mode for fluent user interactions. InternLM3-8B-Instruct Performance Evaluation We conducted a comprehensive evaluation of InternLM using the open-source evaluation tool OpenCompass. The evaluation covered five dimensions of capabilities: disciplinary competence, language competence, knowledge competence, inference competence, and comprehension competence. Here are some of the evaluation results, and you can visit the OpenCompass leaderboard for more evaluation results. - Values marked in bold indicate the highest in open source models - The evaluation results were obtained from OpenCompass (some data marked with , which means evaluating with Thinking Mode), and evaluation configuration can be found in the configuration files provided by OpenCompass. - The evaluation data may have numerical differences due to the version iteration of OpenCompass, so please refer to the latest evaluation results of OpenCompass. Limitations: Although we have made efforts to ensure the safety of the model during the training process and to encourage the model to generate text that complies with ethical and legal requirements, the model may still produce unexpected outputs due to its si
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | internlm |
|---|---|
| Type | Language models |
| Parameters (lead) | 8.8B |
| Context | 32k tokens |
| Variants | 1 |
| Released | 2025-01-13 |
| Popularity | 85k downloads / month |
| Likes | 233 |
| Licence | Open weights |
How it works
Variants
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.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| internlm3-8b-instruct | 8.8B | BF16 | ~20.2 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys internlm3 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (internlm3 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":"internlm3","messages":[{"role":"user","content":"Hello"}]}'
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗