anomalyco--models.dev
11 行
424 B
TOML
11 行
424 B
TOML
name = "QiHang"
|
|
npm = "@ai-sdk/openai-compatible"
|
|
api = "https://api.qhaigc.net/v1"
|
|
env = ["QIHANG_API_KEY"]
|
|
# Reasoning HTTP format (accessed 2026-06-25):
|
|
# POST /v1/chat/completions is documented as OpenAI compatible, but the public
|
|
# request reference does not document a reasoning control or accepted values.
|
|
# Source:
|
|
# https://www.qhaigc.net/docs/api-reference/chat/openai-style.md
|
|
doc = "https://www.qhaigc.net/docs"
|