zhimin-z commited on
Commit
a48d67a
·
1 Parent(s): dc0e547
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. 01.AI: Yi 1.5 34B Chat.json +4 -0
  2. 01.AI: Yi 34B 200K.json +4 -0
  3. 01.AI: Yi 34B Chat.json +4 -0
  4. 01.AI: Yi Large FC.json +4 -0
  5. 01.AI: Yi Large Turbo.json +4 -0
  6. 01.AI: Yi Large.json +4 -0
  7. 01.AI: Yi Vision.json +4 -0
  8. AI21: Jamba 1.5 Large.json +4 -0
  9. AI21: Jamba 1.5 Mini.json +4 -0
  10. AI21: Jamba 1.6 Large.json +4 -0
  11. AI21: Jamba Instruct.json +4 -0
  12. AI21: Jamba Large 1.7.json +4 -0
  13. AI21: Jamba Mini 1.6.json +4 -0
  14. AI21: Jamba Mini 1.7.json +4 -0
  15. AI21: OLMo 7B Instruct.json +4 -0
  16. Aetherwiing: Starcannon 12B.json +4 -0
  17. Agentica: Deepcoder 14B Preview.json +4 -0
  18. AionLabs: Aion-1.0-Mini.json +4 -0
  19. AionLabs: Aion-1.0.json +4 -0
  20. AlfredPros: CodeLLaMa 7B Instruct Solidity.json +4 -0
  21. AllenAI: Olmo 2 32B Instruct.json +4 -0
  22. AllenAI: Olmo 3 32B Think.json +4 -0
  23. AllenAI: Olmo 3 7B Instruct.json +4 -0
  24. AllenAI: Olmo 3 7B Think.json +4 -0
  25. AllenAI: Olmo 3.1 32B Instruct.json +4 -0
  26. AllenAI: Olmo 3.1 32B Think.json +4 -0
  27. Amazon: Nova 2 Lite.json +4 -0
  28. Amazon: Nova Lite 1.0.json +4 -0
  29. Amazon: Nova Micro 1.0.json +4 -0
  30. Amazon: Nova Premier 1.0.json +4 -0
  31. Amazon: Nova Pro 1.0.json +4 -0
  32. Anthracite: Magnum v2 72B.json +4 -0
  33. Anthracite: Magnum v4 72B.json +4 -0
  34. Anthropic: Claude 3 Haiku.json +4 -0
  35. Anthropic: Claude 3 Opus.json +4 -0
  36. Anthropic: Claude 3 Sonnet.json +4 -0
  37. Anthropic: Claude 3.5 Haiku.json +4 -0
  38. Anthropic: Claude 3.5 Sonnet.json +4 -0
  39. Anthropic: Claude 3.7 Sonnet (thinking).json +4 -0
  40. Anthropic: Claude 3.7 Sonnet.json +4 -0
  41. Anthropic: Claude Haiku 4.5.json +4 -0
  42. Anthropic: Claude Instant v1.0.json +4 -0
  43. Anthropic: Claude Instant v1.1.json +4 -0
  44. Anthropic: Claude Instant v1.json +4 -0
  45. Anthropic: Claude Opus 4.1.json +4 -0
  46. Anthropic: Claude Opus 4.5.json +4 -0
  47. Anthropic: Claude Opus 4.json +4 -0
  48. Anthropic: Claude Sonnet 4.5.json +4 -0
  49. Anthropic: Claude Sonnet 4.json +4 -0
  50. Anthropic: Claude v1.2.json +4 -0
01.AI: Yi 1.5 34B Chat.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "01-ai/yi-1.5-34b-chat",
3
+ "context_window": 4096
4
+ }
01.AI: Yi 34B 200K.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "01-ai/yi-34b-200k",
3
+ "context_window": 200000
4
+ }
01.AI: Yi 34B Chat.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "01-ai/yi-34b-chat",
3
+ "context_window": 4096
4
+ }
01.AI: Yi Large FC.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "01-ai/yi-large-fc",
3
+ "context_window": 16384
4
+ }
01.AI: Yi Large Turbo.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "01-ai/yi-large-turbo",
3
+ "context_window": 4096
4
+ }
01.AI: Yi Large.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "01-ai/yi-large",
3
+ "context_window": 32768
4
+ }
01.AI: Yi Vision.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "01-ai/yi-vision",
3
+ "context_window": 16384
4
+ }
AI21: Jamba 1.5 Large.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "ai21/jamba-1-5-large",
3
+ "context_window": 256000
4
+ }
AI21: Jamba 1.5 Mini.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "ai21/jamba-1-5-mini",
3
+ "context_window": 256000
4
+ }
AI21: Jamba 1.6 Large.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "ai21/jamba-1.6-large",
3
+ "context_window": 256000
4
+ }
AI21: Jamba Instruct.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "ai21/jamba-instruct",
3
+ "context_window": 256000
4
+ }
AI21: Jamba Large 1.7.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "ai21/jamba-large-1.7",
3
+ "context_window": 256000
4
+ }
AI21: Jamba Mini 1.6.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "ai21/jamba-1.6-mini",
3
+ "context_window": 256000
4
+ }
AI21: Jamba Mini 1.7.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "ai21/jamba-mini-1.7",
3
+ "context_window": 256000
4
+ }
AI21: OLMo 7B Instruct.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "allenai/olmo-7b-instruct",
3
+ "context_window": 2048
4
+ }
Aetherwiing: Starcannon 12B.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "aetherwiing/mn-starcannon-12b",
3
+ "context_window": 12000
4
+ }
Agentica: Deepcoder 14B Preview.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "agentica-org/deepcoder-14b-preview",
3
+ "context_window": 96000
4
+ }
AionLabs: Aion-1.0-Mini.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "aion-labs/aion-1.0-mini",
3
+ "context_window": 131072
4
+ }
AionLabs: Aion-1.0.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "aion-labs/aion-1.0",
3
+ "context_window": 131072
4
+ }
AlfredPros: CodeLLaMa 7B Instruct Solidity.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "alfredpros/codellama-7b-instruct-solidity",
3
+ "context_window": 4096
4
+ }
AllenAI: Olmo 2 32B Instruct.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "allenai/olmo-2-0325-32b-instruct",
3
+ "context_window": 128000
4
+ }
AllenAI: Olmo 3 32B Think.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "allenai/olmo-3-32b-think",
3
+ "context_window": 65536
4
+ }
AllenAI: Olmo 3 7B Instruct.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "allenai/olmo-3-7b-instruct",
3
+ "context_window": 65536
4
+ }
AllenAI: Olmo 3 7B Think.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "allenai/olmo-3-7b-think",
3
+ "context_window": 65536
4
+ }
AllenAI: Olmo 3.1 32B Instruct.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "allenai/olmo-3.1-32b-instruct",
3
+ "context_window": 65536
4
+ }
AllenAI: Olmo 3.1 32B Think.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "allenai/olmo-3.1-32b-think",
3
+ "context_window": 65536
4
+ }
Amazon: Nova 2 Lite.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "amazon/nova-2-lite-v1",
3
+ "context_window": 1000000
4
+ }
Amazon: Nova Lite 1.0.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "amazon/nova-lite-v1",
3
+ "context_window": 300000
4
+ }
Amazon: Nova Micro 1.0.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "amazon/nova-micro-v1",
3
+ "context_window": 128000
4
+ }
Amazon: Nova Premier 1.0.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "amazon/nova-premier-v1",
3
+ "context_window": 1000000
4
+ }
Amazon: Nova Pro 1.0.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "amazon/nova-pro-v1",
3
+ "context_window": 300000
4
+ }
Anthracite: Magnum v2 72B.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthracite-org/magnum-v2-72b",
3
+ "context_window": 32768
4
+ }
Anthracite: Magnum v4 72B.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthracite-org/magnum-v4-72b",
3
+ "context_window": 16384
4
+ }
Anthropic: Claude 3 Haiku.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-3-haiku",
3
+ "context_window": 200000
4
+ }
Anthropic: Claude 3 Opus.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-3-opus",
3
+ "context_window": 200000
4
+ }
Anthropic: Claude 3 Sonnet.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-3-sonnet",
3
+ "context_window": 200000
4
+ }
Anthropic: Claude 3.5 Haiku.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-3.5-haiku",
3
+ "context_window": 200000
4
+ }
Anthropic: Claude 3.5 Sonnet.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-3.5-sonnet",
3
+ "context_window": 200000
4
+ }
Anthropic: Claude 3.7 Sonnet (thinking).json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-3.7-sonnet:thinking",
3
+ "context_window": 200000
4
+ }
Anthropic: Claude 3.7 Sonnet.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-3.7-sonnet",
3
+ "context_window": 200000
4
+ }
Anthropic: Claude Haiku 4.5.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-haiku-4.5",
3
+ "context_window": 200000
4
+ }
Anthropic: Claude Instant v1.0.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-instant-1.0",
3
+ "context_window": 100000
4
+ }
Anthropic: Claude Instant v1.1.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-instant-1.1",
3
+ "context_window": 100000
4
+ }
Anthropic: Claude Instant v1.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-instant-1",
3
+ "context_window": 100000
4
+ }
Anthropic: Claude Opus 4.1.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-opus-4.1",
3
+ "context_window": 200000
4
+ }
Anthropic: Claude Opus 4.5.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-opus-4.5",
3
+ "context_window": 200000
4
+ }
Anthropic: Claude Opus 4.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-opus-4",
3
+ "context_window": 200000
4
+ }
Anthropic: Claude Sonnet 4.5.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-sonnet-4.5",
3
+ "context_window": 1000000
4
+ }
Anthropic: Claude Sonnet 4.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-sonnet-4",
3
+ "context_window": 1000000
4
+ }
Anthropic: Claude v1.2.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_id": "anthropic/claude-1.2",
3
+ "context_window": 100000
4
+ }