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

12 lines
620 B
TOML

name = "Weights & Biases"
# POST /v1/chat/completions toggles eligible models with
# chat_template_kwargs.enable_thinking=true|false; output is choices[].message.reasoning.
# DeepSeek V4 and Gemma 4 default off; Nemotron 3, Qwen3.5/3.6, and GLM-5.1/5.2
# default on. MiniMax M2.5, Kimi K2.5/K2.6/K2.7-Code, GPT-OSS, and Qwen3
# Thinking are always on and cannot be disabled.
# https://docs.wandb.ai/inference/response-settings/reasoning (accessed 2026-06-25)
env = ["WANDB_API_KEY"]
npm = "@ai-sdk/openai-compatible"
api = "https://api.inference.wandb.ai/v1"
doc = "https://docs.wandb.ai/guides/integrations/inference/"