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/deepinfra/anthropic/claude-fable-5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
costs:
- input_cost_per_token: 1e-5
output_cost_per_token: 5e-5
region: "*"
features:
- function_calling
- json_output
limits:
context_window: 1000000
max_tokens: 1000000
Comment thread
architkumar-truefoundry marked this conversation as resolved.
modalities:
input:
- text
- image
Comment thread
cursor[bot] marked this conversation as resolved.
output:
- text
mode: chat
model: anthropic/claude-fable-5
sources:
- https://deepinfra.com/anthropic/claude-fable-5
status: active
supportedModes:
- chat
thinking: true
Loading