Spaces:
Running
Running
zhimin-z
commited on
Commit
·
25a5984
1
Parent(s):
abcdbd1
remove deprecated models
Browse files- model_data.jsonl +0 -6
model_data.jsonl
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
{"model_name": "claude-3-haiku-20240307", "context_window": 200000, "link": "https://www.anthropic.com/news/claude-3-haiku"}
|
| 2 |
-
{"model_name": "claude-3-opus-20240229", "context_window": 200000, "link": "https://www.anthropic.com/news/claude-3-family"}
|
| 3 |
-
{"model_name": "claude-3-5-haiku-20241022", "context_window": 200000, "link": "https://www.anthropic.com/claude/haiku"}
|
| 4 |
-
{"model_name": "claude-3-5-sonnet-20241022", "context_window": 200000, "link": "https://www.anthropic.com/news/claude-3-5-sonnet"}
|
| 5 |
{"model_name": "claude-3-7-sonnet-latest", "context_window": 200000, "link": "https://www.anthropic.com/claude/sonnet"}
|
| 6 |
{"model_name": "claude-3-7-sonnet-20250219#thinking", "context_window": 200000, "link": "https://www.anthropic.com/claude/sonnet"}
|
| 7 |
{"model_name": "claude-opus-4-20250514", "context_window": 200000, "link": "https://www.anthropic.com/news/claude-4"}
|
|
@@ -23,8 +19,6 @@
|
|
| 23 |
{"model_name": "gemini-2.5-flash-preview-thinking", "context_window": 1048576, "link": "https://deepmind.google/models/gemini/flash"}
|
| 24 |
{"model_name": "gemini-2.5-pro-preview-06-05", "context_window": 1048576, "link": "https://deepmind.google/models/gemini/pro"}
|
| 25 |
{"model_name": "gemma-3-27b-it", "context_window": 128000, "link": "https://ai.google.dev/gemma"}
|
| 26 |
-
{"model_name": "gpt-3.5-turbo", "context_window": 16000, "link": "https://openai.com"}
|
| 27 |
-
{"model_name": "gpt-4-turbo", "context_window": 128000, "link": "https://openai.com/index/gpt-4"}
|
| 28 |
{"model_name": "gpt-4o", "context_window": 128000, "link": "https://openai.com/index/hello-gpt-4o"}
|
| 29 |
{"model_name": "gpt-4o-mini", "context_window": 128000, "link": "https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence"}
|
| 30 |
{"model_name": "gpt-4.1", "context_window": 1000000, "link": "https://openai.com/index/gpt-4-1"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{"model_name": "claude-3-7-sonnet-latest", "context_window": 200000, "link": "https://www.anthropic.com/claude/sonnet"}
|
| 2 |
{"model_name": "claude-3-7-sonnet-20250219#thinking", "context_window": 200000, "link": "https://www.anthropic.com/claude/sonnet"}
|
| 3 |
{"model_name": "claude-opus-4-20250514", "context_window": 200000, "link": "https://www.anthropic.com/news/claude-4"}
|
|
|
|
| 19 |
{"model_name": "gemini-2.5-flash-preview-thinking", "context_window": 1048576, "link": "https://deepmind.google/models/gemini/flash"}
|
| 20 |
{"model_name": "gemini-2.5-pro-preview-06-05", "context_window": 1048576, "link": "https://deepmind.google/models/gemini/pro"}
|
| 21 |
{"model_name": "gemma-3-27b-it", "context_window": 128000, "link": "https://ai.google.dev/gemma"}
|
|
|
|
|
|
|
| 22 |
{"model_name": "gpt-4o", "context_window": 128000, "link": "https://openai.com/index/hello-gpt-4o"}
|
| 23 |
{"model_name": "gpt-4o-mini", "context_window": 128000, "link": "https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence"}
|
| 24 |
{"model_name": "gpt-4.1", "context_window": 1000000, "link": "https://openai.com/index/gpt-4-1"}
|