12 lines
587 B
TOML
12 lines
587 B
TOML
name = "NEAR AI Cloud"
|
|
npm = "@ai-sdk/openai-compatible"
|
|
# Gateway and direct TEE hosts use the same POST `/v1/chat/completions` API.
|
|
# Native GLM/Qwen controls use `chat_template_kwargs.enable_thinking = true|false`;
|
|
# GPT-OSS uses `reasoning_effort = low|medium|high` and cannot be disabled.
|
|
# Third-party routes pass through their provider-native reasoning controls.
|
|
# https://docs.near.ai/cloud/guides/openai-compatibility
|
|
# https://docs.near.ai/cloud/reasoning-models (accessed 2026-06-25)
|
|
api = "https://cloud-api.near.ai/v1"
|
|
env = ["NEARAI_API_KEY"]
|
|
doc = "https://docs.near.ai/"
|