Merge pull request #3273 from anomalyco/issue-3271
fix: privatemode-ai model lineup is stale
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
name = "Gemma 3 27B"
|
||||
description = "Open Gemma instruction model for efficient chat and self-hosted deployments"
|
||||
family = "gemma"
|
||||
attachment = true
|
||||
reasoning = false
|
||||
structured_output = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
release_date = "2025-03-12"
|
||||
last_updated = "2025-03-12"
|
||||
knowledge = "2024-08"
|
||||
open_weights = true
|
||||
|
||||
[cost]
|
||||
input = 0.00
|
||||
output = 0.00
|
||||
|
||||
[limit]
|
||||
context = 128_000
|
||||
output = 8_192
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
output = ["text"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Sources (accessed 2026-07-15):
|
||||
# Model overview & reasoning toggle: https://docs.privatemode.ai/models/overview/#kimi-k26
|
||||
# Added in v1.40.0 (default model): https://docs.privatemode.ai/release/#v1400
|
||||
# Reasoning control: $.chat_template_kwargs.thinking = true|false (default true).
|
||||
base_model = "moonshotai/kimi-k2.6"
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
|
||||
[cost]
|
||||
input = 0.00
|
||||
output = 0.00
|
||||
@@ -1,24 +0,0 @@
|
||||
name = "Qwen3-Coder 30B-A3B"
|
||||
description = "Qwen coding model for software agents, repository edits, and code reasoning"
|
||||
family = "qwen"
|
||||
attachment = false
|
||||
reasoning = false
|
||||
structured_output = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
release_date = "2025-04"
|
||||
last_updated = "2025-04"
|
||||
knowledge = "2025-04"
|
||||
open_weights = true
|
||||
|
||||
[cost]
|
||||
input = 0.00
|
||||
output = 0.00
|
||||
|
||||
[limit]
|
||||
context = 128_000
|
||||
output = 32_768
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
@@ -0,0 +1,28 @@
|
||||
# Sources (accessed 2026-07-15):
|
||||
# Model overview (GA since v1.39.0): https://docs.privatemode.ai/models/overview/#voxtral-mini-3b
|
||||
# Release notes: https://docs.privatemode.ai/release/#v1390
|
||||
# Underlying model (32k token context, audio transcription):
|
||||
# https://huggingface.co/mistralai/Voxtral-Mini-3B-2507
|
||||
name = "Voxtral Mini 3B"
|
||||
description = "Speech-to-text model for audio transcription, translation, and audio understanding"
|
||||
family = "voxtral"
|
||||
attachment = true
|
||||
reasoning = false
|
||||
structured_output = false
|
||||
temperature = true
|
||||
tool_call = false
|
||||
release_date = "2025-07"
|
||||
last_updated = "2025-07"
|
||||
open_weights = true
|
||||
|
||||
[cost]
|
||||
input = 0.00
|
||||
output = 0.00
|
||||
|
||||
[limit]
|
||||
context = 32_000
|
||||
output = 32_000
|
||||
|
||||
[modalities]
|
||||
input = ["audio"]
|
||||
output = ["text"]
|
||||
Reference in New Issue
Block a user