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
41 changes: 41 additions & 0 deletions providers/askcodi/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions providers/askcodi/models/anthropic/claude-haiku-4-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Claude Haiku 4.5"
release_date = "2025-10-15"
last_updated = "2025-12-22"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = false

[cost]
input = 1.00
output = 5.00

[limit]
context = 1_000_000
output = 128_000

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/anthropic/claude-opus-4-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Claude Opus 4.5"
release_date = "2025-12-22"
last_updated = "2025-12-22"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = false

[cost]
input = 5.00
output = 25.00

[limit]
context = 200_000
output = 200_000

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/anthropic/claude-opus-4-6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Claude Opus 4.6"
release_date = "2026-02-06"
last_updated = "2026-02-06"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = false

[cost]
input = 5.00
output = 25.00

[limit]
context = 200_000
output = 200_000

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/anthropic/claude-sonnet-4-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Claude Sonnet 4.5"
release_date = "2025-11-01"
last_updated = "2025-12-22"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = false

[cost]
input = 3.00
output = 15.00

[limit]
context = 1_000_000
output = 128_000

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/anthropic/claude-sonnet-4-6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Claude Sonnet 4.6"
release_date = "2026-02-24"
last_updated = "2026-02-24"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = false

[cost]
input = 3.00
output = 15.00

[limit]
context = 200_000
output = 200_000

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/arcee-ai/trinity-large-preview/free.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Trinity-Large-Preview (free)"
release_date = "2026-01-29"
last_updated = "2026-01-29"
attachment = false
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = true

[cost]
input = 0.00
output = 0.00

[limit]
context = 131_072
output = 131_072

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/deepseek/deepseek-v3.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "DeepSeek V3.2"
release_date = "2025-12-22"
last_updated = "2025-12-22"
attachment = false
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = true

[cost]
input = 0.3
output = 0.5

[limit]
context = 128_000
output = 64_000

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/deepseek/deepseek-v3.2/free.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "DeepSeek V3.2"
release_date = "2026-01-09"
last_updated = "2026-01-09"
attachment = false
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = true

[cost]
input = 0.3
output = 0.5

[limit]
context = 128_000
output = 64_000

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/google/gemini-2.5-flash-lite.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Gemini 2.5 Flash-Lite"
release_date = "2025-07-22"
last_updated = "2025-12-22"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = false

[cost]
input = 0.1
output = 0.4

[limit]
context = 1_000_000
output = 65_000

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/google/gemini-2.5-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Gemini 2.5 Flash"
release_date = "2025-06-17"
last_updated = "2025-12-22"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = false

[cost]
input = 0.3
output = 2.5

[limit]
context = 1_000_000
output = 65_000

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/google/gemini-2.5-pro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Gemini 2.5 Pro"
release_date = "2025-06-17"
last_updated = "2025-12-22"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = false

[cost]
input = 2.5
output = 15.00

[limit]
context = 1_000_000
output = 65_000

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/google/gemini-3-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Gemini 3 Flash Preview"
release_date = "2025-06-17"
last_updated = "2025-12-22"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = false

[cost]
input = 0.5
output = 3.00

[limit]
context = 1_000_000
output = 65_000

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/google/gemini-3-flash/free.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Gemini 3 Flash Preview"
release_date = "2025-06-17"
last_updated = "2026-01-09"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = false

[cost]
input = 0.5
output = 3.00

[limit]
context = 1_000_000
output = 65_000

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/google/gemini-3-pro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Gemini 3 Pro"
release_date = "2025-11-01"
last_updated = "2025-12-22"
attachment = true
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = false

[cost]
input = 4.00
output = 18.00

[limit]
context = 1_000_000
output = 65_000

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/minimax/minimax-m2.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "MiniMax M2.1"
release_date = "2026-01-07"
last_updated = "2026-01-07"
attachment = false
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = true

[cost]
input = 0.3
output = 1.2

[limit]
context = 196_000
output = 196_000

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/askcodi/models/minimax/minimax-m2.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "MiniMax: MiniMax M2.5"
release_date = "2026-02-13"
last_updated = "2026-02-13"
attachment = false
reasoning = true
tool_call = true
structured_output = true
temperature = true
open_weights = true

[cost]
input = 0.3
output = 1.2

[limit]
context = 204_800
output = 124_000

[modalities]
input = ["text"]
output = ["text"]
Loading