diff --git a/labs/arcee-ai/lab.toml b/labs/arcee-ai/lab.toml new file mode 100644 index 000000000..ab61bb989 --- /dev/null +++ b/labs/arcee-ai/lab.toml @@ -0,0 +1 @@ +description = "Arcee AI develops open-weight language models focused on efficient reasoning, tool use, and deployable intelligence." diff --git a/labs/arcee-ai/logo.svg b/labs/arcee-ai/logo.svg new file mode 100644 index 000000000..ba70995c4 --- /dev/null +++ b/labs/arcee-ai/logo.svg @@ -0,0 +1 @@ + diff --git a/models/arcee-ai/trinity-large-preview.toml b/models/arcee-ai/trinity-large-preview.toml new file mode 100644 index 000000000..aa0bf3d02 --- /dev/null +++ b/models/arcee-ai/trinity-large-preview.toml @@ -0,0 +1,40 @@ +# Source: https://huggingface.co/arcee-ai/Trinity-Large-Preview +name = "Trinity Large Preview" +description = "Lightly post-trained 398B MoE chat model for creative work, long-context prompts, and tool-using agents" +family = "trinity" +release_date = "2026-01-27" +last_updated = "2026-05-28" +attachment = false +reasoning = false +temperature = true +tool_call = true +open_weights = true +license = "OpenMDW-1.1" + +[limit] +context = 524_288 +output = 262_144 + +[modalities] +input = ["text"] +output = ["text"] + +[[weights]] +label = "Hugging Face" +url = "https://huggingface.co/arcee-ai/Trinity-Large-Preview" +format = "safetensors" + +[[links]] +label = "Model card" +url = "https://huggingface.co/arcee-ai/Trinity-Large-Preview" +type = "model_card" + +[[links]] +label = "Announcement" +url = "https://www.arcee.ai/blog/trinity-large" +type = "announcement" + +[[links]] +label = "License" +url = "https://huggingface.co/arcee-ai/Trinity-Large-Preview/blob/main/LICENSE" +type = "license" diff --git a/models/arcee-ai/trinity-large-thinking.toml b/models/arcee-ai/trinity-large-thinking.toml new file mode 100644 index 000000000..6396d410a --- /dev/null +++ b/models/arcee-ai/trinity-large-thinking.toml @@ -0,0 +1,40 @@ +# Source: https://huggingface.co/arcee-ai/Trinity-Large-Thinking +name = "Trinity Large Thinking" +description = "Reasoning-optimized 398B MoE agent model with extended thinking for long-horizon and multi-turn tool use" +family = "trinity" +release_date = "2026-04-01" +last_updated = "2026-05-28" +attachment = false +reasoning = true +temperature = true +tool_call = true +open_weights = true +license = "OpenMDW-1.1" + +[limit] +context = 524_288 +output = 262_144 + +[modalities] +input = ["text"] +output = ["text"] + +[[weights]] +label = "Hugging Face" +url = "https://huggingface.co/arcee-ai/Trinity-Large-Thinking" +format = "safetensors" + +[[links]] +label = "Model card" +url = "https://huggingface.co/arcee-ai/Trinity-Large-Thinking" +type = "model_card" + +[[links]] +label = "Announcement" +url = "https://www.arcee.ai/blog/trinity-large-thinking" +type = "announcement" + +[[links]] +label = "License" +url = "https://huggingface.co/arcee-ai/Trinity-Large-Thinking/blob/main/LICENSE" +type = "license" diff --git a/models/arcee-ai/trinity-mini.toml b/models/arcee-ai/trinity-mini.toml new file mode 100644 index 000000000..b0258d8b8 --- /dev/null +++ b/models/arcee-ai/trinity-mini.toml @@ -0,0 +1,40 @@ +# Source: https://huggingface.co/arcee-ai/Trinity-Mini +name = "Trinity Mini" +description = "Reasoning-tuned 26B MoE model with 3B active parameters for agents, tools, and multi-step workloads" +family = "trinity" +release_date = "2025-12-01" +last_updated = "2026-05-28" +attachment = false +reasoning = true +temperature = true +tool_call = true +open_weights = true +license = "OpenMDW-1.1" + +[limit] +context = 131_072 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"] + +[[weights]] +label = "Hugging Face" +url = "https://huggingface.co/arcee-ai/Trinity-Mini" +format = "safetensors" + +[[links]] +label = "Model card" +url = "https://huggingface.co/arcee-ai/Trinity-Mini" +type = "model_card" + +[[links]] +label = "Announcement" +url = "https://www.arcee.ai/blog/the-trinity-manifesto" +type = "announcement" + +[[links]] +label = "License" +url = "https://huggingface.co/arcee-ai/Trinity-Mini/blob/main/LICENSE" +type = "license" diff --git a/models/arcee-ai/trinity-nano-preview.toml b/models/arcee-ai/trinity-nano-preview.toml new file mode 100644 index 000000000..e1493d993 --- /dev/null +++ b/models/arcee-ai/trinity-nano-preview.toml @@ -0,0 +1,40 @@ +# Source: https://huggingface.co/arcee-ai/Trinity-Nano-Preview +name = "Trinity Nano Preview" +description = "Experimental chat-tuned 6B MoE model with 1B active parameters for low-resource chat and instruction following" +family = "trinity" +release_date = "2025-12-01" +last_updated = "2026-05-28" +attachment = false +reasoning = false +temperature = true +tool_call = true +open_weights = true +license = "OpenMDW-1.1" + +[limit] +context = 131_072 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"] + +[[weights]] +label = "Hugging Face" +url = "https://huggingface.co/arcee-ai/Trinity-Nano-Preview" +format = "safetensors" + +[[links]] +label = "Model card" +url = "https://huggingface.co/arcee-ai/Trinity-Nano-Preview" +type = "model_card" + +[[links]] +label = "Announcement" +url = "https://www.arcee.ai/blog/the-trinity-manifesto" +type = "announcement" + +[[links]] +label = "License" +url = "https://huggingface.co/arcee-ai/Trinity-Nano-Preview/blob/main/LICENSE" +type = "license" diff --git a/providers/clarifai/models/arcee_ai/AFM/models/trinity-mini.toml b/providers/clarifai/models/arcee_ai/AFM/models/trinity-mini.toml index b94d40041..f313ee502 100644 --- a/providers/clarifai/models/arcee_ai/AFM/models/trinity-mini.toml +++ b/providers/clarifai/models/arcee_ai/AFM/models/trinity-mini.toml @@ -1,24 +1,8 @@ -name = "Trinity Mini" -description = "Efficient model for low-latency assistance, extraction, and routine automation" -family = "trinity-mini" -release_date = "2025-12" +base_model = "arcee-ai/trinity-mini" last_updated = "2026-02-25" -attachment = false -reasoning = true reasoning_options = [] -temperature = true -tool_call = true knowledge = "2024-10" -open_weights = true [cost] input = 0.045 output = 0.15 - -[limit] -context = 131_072 -output = 131_072 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/digitalocean/models/arcee-trinity-large-thinking.toml b/providers/digitalocean/models/arcee-trinity-large-thinking.toml index 32229abfa..491e7a5e0 100644 --- a/providers/digitalocean/models/arcee-trinity-large-thinking.toml +++ b/providers/digitalocean/models/arcee-trinity-large-thinking.toml @@ -1,13 +1,6 @@ +base_model = "arcee-ai/trinity-large-thinking" name = "Arcee Trinity Large Thinking (Public Preview)" -description = "Flagship model for demanding analysis, coding, and production agent workflows" -family = "trinity" -release_date = "2026-04-02" last_updated = "2026-04-16" -attachment = false -reasoning = true -temperature = true -tool_call = true -open_weights = true [[reasoning_options]] type = "effort" @@ -21,7 +14,3 @@ cache_read = 0.06 [limit] context = 128_000 output = 32_000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/kilo/models/arcee-ai/trinity-large-thinking.toml b/providers/kilo/models/arcee-ai/trinity-large-thinking.toml index ec64e80a1..169de6e63 100644 --- a/providers/kilo/models/arcee-ai/trinity-large-thinking.toml +++ b/providers/kilo/models/arcee-ai/trinity-large-thinking.toml @@ -1,14 +1,6 @@ +base_model = "arcee-ai/trinity-large-thinking" name = "Arcee AI: Trinity Large Thinking" -description = "Flagship model for demanding analysis, coding, and production agent workflows" -family = "trinity" -release_date = "2026-04-01" -last_updated = "2026-04-01" -attachment = false -reasoning = true -temperature = true -tool_call = true structured_output = true -open_weights = false [[reasoning_options]] type = "effort" @@ -22,7 +14,3 @@ cache_read = 0.06 [limit] context = 262_144 output = 262_144 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/nano-gpt/models/arcee-ai/trinity-large-thinking.toml b/providers/nano-gpt/models/arcee-ai/trinity-large-thinking.toml index c8e8b3563..2b415b62d 100644 --- a/providers/nano-gpt/models/arcee-ai/trinity-large-thinking.toml +++ b/providers/nano-gpt/models/arcee-ai/trinity-large-thinking.toml @@ -1,14 +1,6 @@ # Not included in subscription -name = "Trinity Large Thinking" -description = "Flagship model for demanding analysis, coding, and production agent workflows" -family = "trinity" -release_date = "2026-04-01" -last_updated = "2026-04-01" -attachment = false -reasoning = true -tool_call = true +base_model = "arcee-ai/trinity-large-thinking" structured_output = false -open_weights = true reasoning_options = [] [cost] @@ -20,7 +12,3 @@ cache_read = 0.125 context = 262_144 input = 262_144 output = 80_000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/opencode/models/trinity-large-preview-free.toml b/providers/opencode/models/trinity-large-preview-free.toml index 29948e0d4..c5808f281 100644 --- a/providers/opencode/models/trinity-large-preview-free.toml +++ b/providers/opencode/models/trinity-large-preview-free.toml @@ -1,14 +1,7 @@ -name = "Trinity Large Preview" +base_model = "arcee-ai/trinity-large-preview" description = "Legacy model retained for compatibility with older integrations" -family = "trinity" -release_date = "2026-01-28" last_updated = "2026-01-28" -attachment = false -reasoning = false -temperature = true knowledge = "2025-06" -tool_call = true -open_weights = true status = "deprecated" [cost] @@ -18,7 +11,3 @@ output = 0.00 [limit] context = 131_072 output = 131_072 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/openrouter/models/arcee-ai/trinity-large-thinking.toml b/providers/openrouter/models/arcee-ai/trinity-large-thinking.toml index 5ffcbf567..8c7d8793a 100644 --- a/providers/openrouter/models/arcee-ai/trinity-large-thinking.toml +++ b/providers/openrouter/models/arcee-ai/trinity-large-thinking.toml @@ -1,14 +1,5 @@ -name = "Trinity Large Thinking" -description = "Flagship model for demanding analysis, coding, and production agent workflows" -family = "trinity" -release_date = "2026-04-01" -last_updated = "2026-04-01" -attachment = false -reasoning = true -temperature = true -tool_call = true +base_model = "arcee-ai/trinity-large-thinking" structured_output = true -open_weights = true reasoning_options = [] [cost] @@ -19,7 +10,3 @@ cache_read = 0.06 [limit] context = 262_144 output = 262_144 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/vercel/models/arcee-ai/trinity-large-thinking.toml b/providers/vercel/models/arcee-ai/trinity-large-thinking.toml index 9e3c5512e..4fe9fbce3 100644 --- a/providers/vercel/models/arcee-ai/trinity-large-thinking.toml +++ b/providers/vercel/models/arcee-ai/trinity-large-thinking.toml @@ -1,14 +1,6 @@ -name = "Trinity Large Thinking" -description = "Flagship model for demanding analysis, coding, and production agent workflows" -family = "trinity" -attachment = false -reasoning = true +base_model = "arcee-ai/trinity-large-thinking" reasoning_options = [] -tool_call = true -temperature = true -release_date = "2026-04-01" last_updated = "2026-04-03" -open_weights = true [cost] input = 0.25 @@ -17,7 +9,3 @@ output = 0.8999999999999999 [limit] context = 262_100 output = 80_000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/vercel/models/arcee-ai/trinity-mini.toml b/providers/vercel/models/arcee-ai/trinity-mini.toml index f9ecb9140..adac29c17 100644 --- a/providers/vercel/models/arcee-ai/trinity-mini.toml +++ b/providers/vercel/models/arcee-ai/trinity-mini.toml @@ -1,23 +1,9 @@ -name = "Trinity Mini" -description = "Efficient model for low-latency assistance, extraction, and routine automation" -family = "trinity" -release_date = "2025-12-01" +base_model = "arcee-ai/trinity-mini" last_updated = "2025-12" -attachment = false reasoning = false -temperature = true tool_call = false knowledge = "2024-10" -open_weights = false [cost] input = 0.045 output = 0.15 - -[limit] -context = 131_072 -output = 131_072 - -[modalities] -input = ["text"] -output = ["text"]