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
36 changes: 36 additions & 0 deletions providers/openrouter/nex-agi/nex-n2-mini.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
costs:
- cache_read_input_token_cost: 2.5e-9
input_cost_per_token: 2.5e-8
output_cost_per_token: 1e-7
region: "*"
features:
- function_calling
- json_output
- prompt_caching
- structured_output
- tool_choice
limits:
context_window: 262144
max_output_tokens: 262144
modalities:
input:
- text
- image
output:
- text
mode: chat
model: nex-agi/nex-n2-mini
params:
- defaultValue: 0.7
key: temperature
- defaultValue: 0.95
key: top_p
- defaultValue: 40
key: top_k
Comment thread
architkumar-truefoundry marked this conversation as resolved.
provisioning: serverless
sources:
- https://openrouter.ai/nex-agi/nex-n2-mini
status: active
supportedModes:
- chat
thinking: true
Loading