12 lines
615 B
TOML
12 lines
615 B
TOML
name = "Scaleway"
|
|
npm = "@ai-sdk/openai-compatible"
|
|
api = "https://api.scaleway.ai/v1"
|
|
env = ["SCALEWAY_API_KEY"]
|
|
# Reasoning HTTP format (accessed 2026-06-25):
|
|
# POST /v1/chat/completions uses top-level reasoning_effort; supported values
|
|
# vary by model. Omission enables reasoning. "none" disables it for most
|
|
# reasoning models, but not gpt-oss-120b. Legacy deepseek-r1-distill-llama-70b
|
|
# has no reasoning_effort and emits reasoning inside content <think> tags.
|
|
# Source:
|
|
# https://www.scaleway.com/en/docs/generative-apis/how-to/query-reasoning-models/
|
|
doc = "https://www.scaleway.com/en/docs/generative-apis/" |