11 lines
696 B
TOML
11 lines
696 B
TOML
name = "OVHcloud AI Endpoints"
|
|
npm = "@ai-sdk/openai-compatible"
|
|
# Raw HTTP reasoning controls (sources accessed 2026-06-25): OVH exposes both
|
|
# POST `/v1/chat/completions` and `/v1/responses`, but controls are model-specific.
|
|
# GPT-OSS uses Chat `reasoning_effort` or Responses `reasoning.effort`; Qwen3-32B
|
|
# uses `/no_think` in prompt content. See the model comments for exact enums.
|
|
# https://www.ovhcloud.com/en/public-cloud/ai-endpoints/catalog/gpt-oss-120b/
|
|
# https://www.ovhcloud.com/en/public-cloud/ai-endpoints/catalog/qwen-3-32b/
|
|
api = "https://oai.endpoints.kepler.ai.cloud.ovh.net/v1"
|
|
env = ["OVHCLOUD_API_KEY"]
|
|
doc = "https://www.ovhcloud.com/en/public-cloud/ai-endpoints/catalog//" |