Skip to content

Commit 086c7e4

Browse files
Merge branch 'main' of github.com:box/developer.box.com
2 parents c67d1f9 + faab30e commit 086c7e4

File tree

3 files changed

+86
-0
lines changed

3 files changed

+86
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
rank: 42
3+
related_guides:
4+
- box-ai/ai-tutorials/ask-questions
5+
- box-ai/ai-tutorials/generate-text
6+
- box-ai/ai-tutorials/extract-metadata
7+
- box-ai/ai-tutorials/extract-metadata-structured
8+
- box-ai/ai-agents/get-agent-default-config
9+
---
10+
# IBM Mistral Medium 3
11+
12+
**IBM Mistral Medium 3** model is a high-performance enterprise-grade model that delivers frontier-level capabilities, excelling in coding, STEM reasoning, and multimodal understanding.
13+
14+
## Model details
15+
16+
| Item | Value | Description |
17+
| ----- | ----- | ----------- |
18+
| Model name | **IBM Mistral Medium 3** | The name of the model. |
19+
| Model category | **Standard** | The category of the model: Standard or Premium. |
20+
| API model name |`ibm__mistral_medium_2505`| The name of the model that is used in the [Box AI API for model overrides][overrides]. The user must provide this exact name for the API to work. |
21+
| Hosting layer | **IBM** | The trusted organization that securely hosts LLM. |
22+
| Model provider | **Mistral AI** | The organization that provides this model. |
23+
| Release date | **May 2025** | The release date for the model. |
24+
| Knowledge cutoff date | **Not specified** | The date after which the model does not get any information updates. |
25+
| Input context window | **128k tokens** | The number of tokens supported by the input context window. |
26+
| Maximum output tokens | **Not specified** | The number of tokens that can be generated by the model in a single request. |
27+
| Empirical throughput| **Not specified** | The number of tokens the model can generate per second. |
28+
| Open source | **No** | Specifies if the model's code is available for public use. |
29+
30+
## Additional documentation
31+
32+
For additional information, see [official Mistral AI documentation][mistral-ai].
33+
34+
[mistral-ai]: https://docs.mistral.ai/getting-started/models/models_overview/
35+
[overrides]: g://box-ai/ai-agents/ai-agent-overrides
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
rank: 43
3+
related_guides:
4+
- box-ai/ai-tutorials/ask-questions
5+
- box-ai/ai-tutorials/generate-text
6+
- box-ai/ai-tutorials/extract-metadata
7+
- box-ai/ai-tutorials/extract-metadata-structured
8+
- box-ai/ai-agents/get-agent-default-config
9+
---
10+
# IBM Mistral Small 3.1
11+
12+
**IBM Mistral Small 3.1** model is a fast, efficient open-source model with multimodal capabilities and extended context window. It delivers strong performance across text and vision tasks while maintaining low latency, making it suitable for a wide range of applications from conversational AI to document processing.
13+
14+
## Model details
15+
16+
| Item | Value | Description |
17+
| ----- | ----- | ----------- |
18+
| Model name | **IBM Mistral Small 3.1** | The name of the model. |
19+
| Model category | **Standard** | The category of the model: Standard or Premium. |
20+
| API model name |`ibm__mistral_small_3_1_24b_instruct_2503`| The name of the model that is used in the [Box AI API for model overrides][overrides]. The user must provide this exact name for the API to work. |
21+
| Hosting layer | **IBM** | The trusted organization that securely hosts LLM. |
22+
| Model provider | **Mistral AI** | The organization that provides this model. |
23+
| Release date | **March 2025** | The release date for the model. |
24+
| Knowledge cutoff date | **Not specified** | The date after which the model does not get any information updates. |
25+
| Input context window | **128k tokens** | The number of tokens supported by the input context window. |
26+
| Maximum output tokens | **Not specified** | The number of tokens that can be generated by the model in a single request.|
27+
| Empirical throughput | **150** | The number of tokens the model can generate per second. |
28+
| Open source | **Yes** | Specifies if the model's code is available for public use. |
29+
30+
## Additional documentation
31+
32+
For additional information, see [official Mistral AI documentation][mistral-ai].
33+
34+
[mistral-ai]: https://docs.mistral.ai/getting-started/models/models_overview/
35+
[overrides]: g://box-ai/ai-agents/ai-agent-overrides

content/guides/box-ai/ai-models/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,22 @@ Box AI is powered by the following AI models. These models are integrated with B
247247
<strong style="background-color: #fdfad8">Standard</strong>
248248
</div>
249249
</Tile>
250+
<Tile type="model" title="ibm__mistral_medium_2505" href="/guides/box-ai/ai-models/ibm-mistral-medium-3-model-card">
251+
High-performance enterprise model for coding and advanced reasoning.
252+
<div>
253+
<strong style="background-color: #e8e8e8">Chat</strong>
254+
<strong style="background-color: #fffbf3">Preview</strong>
255+
<strong style="background-color: #fdfad8">Standard</strong>
256+
</div>
257+
</Tile>
258+
<Tile type="model" title="ibm__mistral_small_3_1_24b_instruct_2503" href="/guides/box-ai/ai-models/ibm-mistral-small-3-1-model-card">
259+
Fast open-source multimodal model with low latency.
260+
<div>
261+
<strong style="background-color: #e8e8e8">Chat</strong>
262+
<strong style="background-color: #fffbf3">Preview</strong>
263+
<strong style="background-color: #fdfad8">Standard</strong>
264+
</div>
265+
</Tile>
250266
</TileGrid>
251267

252268
## Customer-enabled models

0 commit comments

Comments
 (0)