chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name = "Auto"
|
||||
description = "Automatic model router for matching prompts to suitable backends and budgets"
|
||||
family = "auto"
|
||||
release_date = "2024-06-01"
|
||||
last_updated = "2024-06-01"
|
||||
attachment = false
|
||||
reasoning = false
|
||||
temperature = false
|
||||
tool_call = false
|
||||
open_weights = false
|
||||
|
||||
[cost]
|
||||
input = 0.85
|
||||
output = 1.55
|
||||
|
||||
[limit]
|
||||
context = 32_000
|
||||
output = 32_000
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
@@ -0,0 +1,22 @@
|
||||
name = "Morph v3 Fast"
|
||||
description = "Efficient model for low-latency assistance, extraction, and routine automation"
|
||||
family = "morph"
|
||||
release_date = "2024-08-15"
|
||||
last_updated = "2024-08-15"
|
||||
attachment = false
|
||||
reasoning = false
|
||||
temperature = false
|
||||
tool_call = false
|
||||
open_weights = false
|
||||
|
||||
[cost]
|
||||
input = 0.80
|
||||
output = 1.20
|
||||
|
||||
[limit]
|
||||
context = 16_000
|
||||
output = 16_000
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
@@ -0,0 +1,22 @@
|
||||
name = "Morph v3 Large"
|
||||
description = "Flagship model for demanding analysis, coding, and production agent workflows"
|
||||
family = "morph"
|
||||
release_date = "2024-08-15"
|
||||
last_updated = "2024-08-15"
|
||||
attachment = false
|
||||
reasoning = false
|
||||
temperature = false
|
||||
tool_call = false
|
||||
open_weights = false
|
||||
|
||||
[cost]
|
||||
input = 0.90
|
||||
output = 1.90
|
||||
|
||||
[limit]
|
||||
context = 32_000
|
||||
output = 32_000
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
Reference in New Issue
Block a user