Skip to content
Open
Show file tree
Hide file tree
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
17 changes: 17 additions & 0 deletions providers/claudinio/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions providers/claudinio/models/claudinio.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "claudin.io"
release_date = "2025-11-11"
last_updated = "2025-11-11"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-11"
open_weights = false

[cost]
input = 0.0
output = 0.0
cache_read = 0.0

[limit]
context = 200000
output = 8000

[modalities]
input = ["text", "image"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/claudinio/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Claudin.io"
env = ["CLAUDINIO_API_KEY"]
npm = "@ai-sdk/openai-compatible"
api = "https://api.claudin.io/v1"
doc = "https://api.claudin.io/docs"