Skip to content

Commit b6eb1ba

Browse files
authored
[Obs AI Assistant] Fix open-source model order to be alphabetic (#3801)
Closes #3802 This PR fixes the model order for the open-source models table. - Re-arrange OpenAI GPT OSS models to follow the alphabetical format based on model name.
1 parent 31677bf commit b6eb1ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/observability/llm-performance-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ Models you can [deploy and manage yourself](/solutions/observability/connect-to-
5252
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
5353
| DeepSeek | **DeepSeek-V3.1** | Excellent | Excellent | Excellent | Excellent | Excellent | Great | Great | Excellent |
5454
| Google DeepMind | **Gemma-3-27b-it** | Excellent | Good | Great | Great | Excellent | Good | Great | Excellent |
55+
| OpenAI | **gpt-oss-20b** | Poor | Poor | Great | Poor | Good | Poor | Good | Good |
56+
| OpenAI | **gpt-oss-120b** | Excellent | Poor | Great | Great | Excellent | Good | Good | Excellent |
5557
| Meta | **Llama-3.3-70B-Instruct** | Excellent | Good | Great | Excellent | Excellent | Good | Good | Excellent |
5658
| Mistral | **Mistral-Small-3.2-24B-Instruct-2506** | Excellent | Poor | Great | Great | Excellent | Good | Good | Excellent |
5759
| Alibaba Cloud | **Qwen2.5-72b-Instruct** | Excellent | Good | Great | Excellent | Excellent | Good | Good | Excellent |
58-
| OpenAI | **gpt-oss-20b** | Poor | Poor | Great | Poor | Good | Poor | Good | Good |
59-
| OpenAI | **gpt-oss-120b** | Excellent | Poor | Great | Great | Excellent | Good | Good | Excellent |
6060

6161
::::{note}
6262
`Llama-3.3-70B-Instruct` and `Qwen2.5-72b-Instruct` were tested with simulated function calling.

0 commit comments

Comments
 (0)