Skip to content
Merged
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
24 changes: 24 additions & 0 deletions providers/openrouter/openai/gpt-3.5-turbo:batch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
costs:
- input_cost_per_token: 2.5e-7
output_cost_per_token: 7.5e-7
region: "*"
features:
- function_calling
- json_output
- structured_output
- tool_choice
limits:
context_window: 16385
max_output_tokens: 4096
modalities:
input:
- text
output:
- text
mode: chat
model: openai/gpt-3.5-turbo:batch
Comment thread
Archit-Kumar-16 marked this conversation as resolved.
provisioning: serverless
sources:
- https://openrouter.ai/openai/gpt-3.5-turbo:batch
supportedModes:
- chat
Loading