chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:28:55 +08:00
commit db42b91b75
6397 changed files with 146012 additions and 0 deletions
+22
View File
@@ -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"]
+22
View File
@@ -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"]
+9
View File
@@ -0,0 +1,9 @@
name = "Morph"
env = ["MORPH_API_KEY"]
npm = "@ai-sdk/openai-compatible"
# Raw HTTP for the configured Apply models is POST `/v1/chat/completions`.
# Morph documents no reasoning toggle, effort, or token-budget request field
# for `morph-v3-fast`, `morph-v3-large`, or `auto`.
# https://docs.morphllm.com/llms.txt (accessed 2026-06-25)
api = "https://api.morphllm.com/v1"
doc = "https://docs.morphllm.com/api-reference/introduction"