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
16 changes: 16 additions & 0 deletions models/deepseek/deepseek-ocr-2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name = "DeepSeek OCR 2"
description = "High-accuracy OCR model for extracting text from documents, screenshots, receipts, and natural scenes"
release_date = "2026-01-27"
last_updated = "2026-01-27"
attachment = true
reasoning = false
tool_call = false
open_weights = true

[limit]
context = 8_192
output = 8_192

[modalities]
input = ["text", "image"]
output = ["text"]
28 changes: 28 additions & 0 deletions models/swiss-ai/apertus-70b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name = "Apertus 70B"
description = "Fully open 70B multilingual LLM supporting 1800+ languages with 65K context. Trained on 15T tokens of compliant open data. Apache 2.0, EU AI Act compliant."
release_date = "2025-09-02"
last_updated = "2025-09-02"
knowledge = "2025-09"
attachment = false
reasoning = false
temperature = true
tool_call = true
open_weights = true
license = "Apache-2.0"

[limit]
context = 65_536
output = 8_192

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

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/swiss-ai/Apertus-70B-Instruct-2509"

[[links]]
label = "Paper"
url = "https://arxiv.org/abs/2509.14233"
type = "paper"
10 changes: 10 additions & 0 deletions providers/regolo-ai/models/apertus-70b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Prices listed in EUR on Regolo; converted to USD at 1 EUR = 1.1537 USD (2026-08-05)
base_model = "swiss-ai/apertus-70b"

[cost]
input = 0.46
output = 2.42

[limit]
context = 30_000
output = 30_000
22 changes: 22 additions & 0 deletions providers/regolo-ai/models/brick-complexity-pro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Prices listed in EUR on Regolo; converted to USD at 1 EUR = 1.1537 USD (2026-08-05)
name = "Brick Complexity Pro"
description = "Complexity classifier that powers the Brick semantic router by extracting query difficulty"
release_date = "2026-02-06"
last_updated = "2026-02-06"
attachment = true
reasoning = false
temperature = true
tool_call = true
open_weights = false

[cost]
input = 0.12
output = 0.46

[limit]
context = 100_000
output = 15_000

[modalities]
input = ["text", "image"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/regolo-ai/models/brick-v1-beta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Brick v1 Beta"
description = "Semantic router by Regolo.ai that directs each request to the most suitable model, optimizing costs and performance"
family = "model-router"
release_date = "2026-02-06"
last_updated = "2026-02-06"
attachment = true
reasoning = false
temperature = true
tool_call = true
open_weights = false
status = "beta"

[cost]
input = 0.00
output = 0.00

[limit]
context = 100_000
output = 15_000

[modalities]
input = ["text", "image"]
output = ["text"]
10 changes: 10 additions & 0 deletions providers/regolo-ai/models/deepseek-ocr-2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Free on Regolo (input_cost_per_token = 0, output_cost_per_token = 0 per API 2026-08-05)
base_model = "deepseek/deepseek-ocr-2"

[cost]
input = 0.00
output = 0.00

[limit]
context = 4_000
output = 4_000
8 changes: 8 additions & 0 deletions providers/regolo-ai/models/faster-whisper-large-v3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Free on Regolo (input_cost_per_token = 0, output_cost_per_token = 0 per API 2026-08-05)
# Faster-Whisper (CTranslate2) build of Whisper Large v3, not the OpenAI reference model
base_model = "openai/whisper-large-v3"
name = "Faster Whisper Large v3"

[cost]
input = 0.00
output = 0.00
13 changes: 13 additions & 0 deletions providers/regolo-ai/models/gemma4-31b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Prices listed in EUR on Regolo; converted to USD at 1 EUR = 1.1537 USD (2026-08-05)
# Toggle: thinking = true|false
base_model = "google/gemma-4-31b-it"

reasoning_options = [{ type = "toggle" }]

[cost]
input = 0.46
output = 2.42

[limit]
context = 100_000
output = 100_000
14 changes: 14 additions & 0 deletions providers/regolo-ai/models/glm5.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Prices listed in EUR on Regolo; converted to USD at 1 EUR = 1.1537 USD (2026-08-05)
# Effort: reasoning_effort = high|max (lab maps low/medium→high, xhigh→max; none skips thinking)
# Source: https://docs.bigmodel.cn/cn/guide/capabilities/thinking (accessed 2026-06-25)
base_model = "zhipuai/glm-5.2"

reasoning_options = [{ type = "effort", values = ["high", "max"] }]

[cost]
input = 2.31
output = 6.00

[limit]
context = 96_000
output = 96_000
22 changes: 0 additions & 22 deletions providers/regolo-ai/models/llama-3.1-8b-instruct.toml

This file was deleted.

23 changes: 0 additions & 23 deletions providers/regolo-ai/models/minimax-m2.5.toml

This file was deleted.

23 changes: 0 additions & 23 deletions providers/regolo-ai/models/mistral-small3.2.toml

This file was deleted.

17 changes: 17 additions & 0 deletions providers/regolo-ai/models/qwen3.6-27b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Prices listed in EUR on Regolo; converted to USD at 1 EUR = 1.1537 USD (2026-08-05)
# Toggle: thinking = true|false
base_model = "alibaba/qwen3.6-27b"

reasoning_options = [{ type = "toggle" }]

[cost]
input = 0.58
output = 2.42

[limit]
context = 120_000
output = 120_000

[modalities]
input = ["text", "image", "video"]
output = ["text"]
Loading