Spaces:
Running
Running
zhimin-z
commited on
Commit
·
bff6e06
1
Parent(s):
5dda6e0
add gpt 5.1
Browse files- model_data.jsonl +4 -0
model_data.jsonl
CHANGED
|
@@ -33,6 +33,10 @@
|
|
| 33 |
{"model_name": "gpt-5-chat-latest", "context_window": 400000, "link": "https://openai.com/gpt-5"}
|
| 34 |
{"model_name": "gpt-5-mini", "context_window": 400000, "link": "https://openai.com/gpt-5"}
|
| 35 |
{"model_name": "gpt-5-nano", "context_window": 400000, "link": "https://openai.com/gpt-5"}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
{"model_name": "gpt-oss-120b", "context_window": 128000, "link": "https://openai.com/index/introducing-gpt-oss"}
|
| 37 |
{"model_name": "gpt-oss-20b", "context_window": 131072, "link": "https://openai.com/index/introducing-gpt-oss"}
|
| 38 |
{"model_name": "gpt-oss-safeguard-20b", "context_window": 128000, "link": "https://openai.com/index/introducing-gpt-oss-safeguard"}
|
|
|
|
| 33 |
{"model_name": "gpt-5-chat-latest", "context_window": 400000, "link": "https://openai.com/gpt-5"}
|
| 34 |
{"model_name": "gpt-5-mini", "context_window": 400000, "link": "https://openai.com/gpt-5"}
|
| 35 |
{"model_name": "gpt-5-nano", "context_window": 400000, "link": "https://openai.com/gpt-5"}
|
| 36 |
+
{"model_name": "gpt-5.1", "context_window": 400000, "link": "https://openai.com/index/gpt-5-1"}
|
| 37 |
+
{"model_name": "gpt-5.1-chat-latest", "context_window": 400000, "link": "https://openai.com/index/gpt-5-1"}
|
| 38 |
+
{"model_name": "gpt-5.1-codex", "context_window": 400000, "link": "https://openai.com/index/gpt-5-1"}
|
| 39 |
+
{"model_name": "gpt-5.1-codex-mini", "context_window": 400000, "link": "https://openai.com/index/gpt-5-1"}
|
| 40 |
{"model_name": "gpt-oss-120b", "context_window": 128000, "link": "https://openai.com/index/introducing-gpt-oss"}
|
| 41 |
{"model_name": "gpt-oss-20b", "context_window": 131072, "link": "https://openai.com/index/introducing-gpt-oss"}
|
| 42 |
{"model_name": "gpt-oss-safeguard-20b", "context_window": 128000, "link": "https://openai.com/index/introducing-gpt-oss-safeguard"}
|