8 lines
406 B
TOML
8 lines
406 B
TOML
# POST /compat/v1/chat/completions follows Meta's published Chat request
|
|
# schema, which lists no toggle, effort, or reasoning-token-budget field.
|
|
# https://llama.developer.meta.com/docs/api-reference/chat-completions (accessed 2026-06-25)
|
|
name = "Llama"
|
|
env = ["LLAMA_API_KEY"]
|
|
npm = "@ai-sdk/openai-compatible"
|
|
api = "https://api.llama.com/compat/v1/"
|
|
doc = "https://llama.developer.meta.com/docs/models" |