Files
2026-07-13 12:28:55 +08:00

9 lines
433 B
TOML

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"