Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions providers/openrouter/tencent/hy3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
costs:
- cache_read_input_token_cost: 3.5e-8
input_cost_per_token: 1.4e-7
output_cost_per_token: 5.8e-7
region: "*"
features:
- function_calling
- prompt_caching
- tool_choice
limits:
context_window: 262144
max_output_tokens: 131072
modalities:
input:
- text
output:
- text
mode: chat
model: tencent/hy3
params:
- defaultValue: 0.9
key: temperature
- defaultValue: 1
key: top_p
provisioning: serverless
sources:
- https://openrouter.ai/tencent/hy3
supportedModes:
- chat
thinking: true
Loading