Skip to content

Nightly update of Together.ai models - 2025-04-21 #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
56 changes: 49 additions & 7 deletions .version_cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"display_name": "MythoMax-L2 (13B)"
},
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": {
"hash": "2b70bc855ede98c599030003e36a15ca",
"version": "1.1.0",
"hash": "b4a4b5ed35112b7a2313f83337352da5",
"version": "1.2.0",
"filename": "nous-hermes-2-mixtral-8x7b-dpo.yaml",
"display_name": "Nous Hermes 2 - Mixtral 8x7B-DPO "
"display_name": "Nous Hermes 2 Mixtral 8X7B Dpo"
},
"togethercomputer/m2-bert-80M-8k-retrieval": {
"hash": "14094743f4f2e5c55cf357f72fdc4e6e",
Expand Down Expand Up @@ -360,15 +360,57 @@
"display_name": "Meta Llama 3.1 70B Instruct Turbo"
},
"meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8": {
"hash": "d7767a5fda781ca1c4fd18cebd93eb96",
"version": "1.2.0",
"hash": "6ae691d288099dc77787fe2b2440139e",
"version": "1.3.0",
"filename": "llama-4-maverick-instruct-17bx128e.yaml",
"display_name": "Llama 4 Maverick Instruct (17Bx128E)"
},
"meta-llama/Llama-4-Scout-17B-16E-Instruct": {
"hash": "650ef1fce0eb0891cad4ef9b934adb20",
"version": "1.2.0",
"hash": "c64195659546d7d30b98b23f1b2db8bb",
"version": "1.3.0",
"filename": "llama-4-scout-instruct-17bx16e.yaml",
"display_name": "Llama 4 Scout Instruct (17Bx16E)"
},
"arcee-ai/virtuoso-medium-v2": {
"hash": "606451b05710a175a4ad5fa8ceefb6bb",
"version": "1.1.0",
"filename": "arcee-ai-virtuoso-medium.yaml",
"display_name": "Arcee AI Virtuoso-Medium"
},
"arcee-ai/caller": {
"hash": "683cd964068bd45a2b3fe9a0b6eb166f",
"version": "1.1.0",
"filename": "arcee-ai-caller.yaml",
"display_name": "Arcee AI Caller"
},
"arcee-ai/virtuoso-large": {
"hash": "c8c2b4161dd195b4e05b23523753179f",
"version": "1.1.0",
"filename": "arcee-ai-virtuoso-large.yaml",
"display_name": "Arcee AI Virtuoso-Large"
},
"arcee-ai/maestro-reasoning": {
"hash": "167b3d58e897321602f15567f966138b",
"version": "1.1.0",
"filename": "arcee-ai-maestro.yaml",
"display_name": "Arcee AI Maestro"
},
"arcee-ai/coder-large": {
"hash": "18d0f5b4ba22f8a36260993c0300a3c8",
"version": "1.1.0",
"filename": "arcee-ai-coder-large.yaml",
"display_name": "Arcee AI Coder-Large"
},
"arcee_ai/arcee-spotlight": {
"hash": "05699bdfeb73bccc1d7bb82e477491d6",
"version": "1.1.0",
"filename": "arcee-ai-spotlight.yaml",
"display_name": "Arcee AI Spotlight"
},
"arcee-ai/arcee-blitz": {
"hash": "52330b80242864558159b489a8e69619",
"version": "1.1.0",
"filename": "arcee-ai-blitz.yaml",
"display_name": "Arcee AI Blitz"
}
}
15 changes: 15 additions & 0 deletions blocks/public/arcee-ai-blitz.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Arcee AI Blitz
version: 1.1.0
schema: v1
models:
- name: Arcee AI Blitz
provider: together
model: arcee-ai/arcee-blitz
apiKey: ${{ inputs.TOGETHER_API_KEY }}
defaultCompletionOptions:
contextLength: 32768
roles:
- apply
- chat
- edit
15 changes: 15 additions & 0 deletions blocks/public/arcee-ai-caller.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Arcee AI Caller
version: 1.1.0
schema: v1
models:
- name: Arcee AI Caller
provider: together
model: arcee-ai/caller
apiKey: ${{ inputs.TOGETHER_API_KEY }}
defaultCompletionOptions:
contextLength: 32768
roles:
- apply
- chat
- edit
15 changes: 15 additions & 0 deletions blocks/public/arcee-ai-coder-large.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Arcee AI Coder-Large
version: 1.1.0
schema: v1
models:
- name: Arcee AI Coder-Large
provider: together
model: arcee-ai/coder-large
apiKey: ${{ inputs.TOGETHER_API_KEY }}
defaultCompletionOptions:
contextLength: 32768
roles:
- apply
- chat
- edit
15 changes: 15 additions & 0 deletions blocks/public/arcee-ai-maestro.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Arcee AI Maestro
version: 1.1.0
schema: v1
models:
- name: Arcee AI Maestro
provider: together
model: arcee-ai/maestro-reasoning
apiKey: ${{ inputs.TOGETHER_API_KEY }}
defaultCompletionOptions:
contextLength: 131072
roles:
- apply
- chat
- edit
15 changes: 15 additions & 0 deletions blocks/public/arcee-ai-spotlight.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Arcee AI Spotlight
version: 1.1.0
schema: v1
models:
- name: Arcee AI Spotlight
provider: together
model: arcee_ai/arcee-spotlight
apiKey: ${{ inputs.TOGETHER_API_KEY }}
defaultCompletionOptions:
contextLength: 131072
roles:
- apply
- chat
- edit
15 changes: 15 additions & 0 deletions blocks/public/arcee-ai-virtuoso-large.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Arcee AI Virtuoso-Large
version: 1.1.0
schema: v1
models:
- name: Arcee AI Virtuoso-Large
provider: together
model: arcee-ai/virtuoso-large
apiKey: ${{ inputs.TOGETHER_API_KEY }}
defaultCompletionOptions:
contextLength: 131072
roles:
- apply
- chat
- edit
15 changes: 15 additions & 0 deletions blocks/public/arcee-ai-virtuoso-medium.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Arcee AI Virtuoso-Medium
version: 1.1.0
schema: v1
models:
- name: Arcee AI Virtuoso-Medium
provider: together
model: arcee-ai/virtuoso-medium-v2
apiKey: ${{ inputs.TOGETHER_API_KEY }}
defaultCompletionOptions:
contextLength: 131072
roles:
- apply
- chat
- edit
4 changes: 2 additions & 2 deletions blocks/public/llama-4-maverick-instruct-17bx128e.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Llama 4 Maverick Instruct (17Bx128E)
version: 1.2.0
version: 1.3.0
schema: v1
models:
- name: Llama 4 Maverick Instruct (17Bx128E)
provider: together
model: meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8
apiKey: ${{ inputs.TOGETHER_API_KEY }}
defaultCompletionOptions:
contextLength: 1000000
contextLength: 1048576
capabilities:
- tool_use
roles:
Expand Down
4 changes: 2 additions & 2 deletions blocks/public/llama-4-scout-instruct-17bx16e.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Llama 4 Scout Instruct (17Bx16E)
version: 1.2.0
version: 1.3.0
schema: v1
models:
- name: Llama 4 Scout Instruct (17Bx16E)
provider: together
model: meta-llama/Llama-4-Scout-17B-16E-Instruct
apiKey: ${{ inputs.TOGETHER_API_KEY }}
defaultCompletionOptions:
contextLength: 1000000
contextLength: 1048576
capabilities:
- tool_use
roles:
Expand Down
6 changes: 3 additions & 3 deletions blocks/public/nous-hermes-2-mixtral-8x7b-dpo.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: 'Nous Hermes 2 - Mixtral 8x7B-DPO '
version: 1.1.0
name: Nous Hermes 2 Mixtral 8X7B Dpo
version: 1.2.0
schema: v1
models:
- name: 'Nous Hermes 2 - Mixtral 8x7B-DPO '
- name: Nous Hermes 2 Mixtral 8X7B Dpo
provider: together
model: NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO
apiKey: ${{ inputs.TOGETHER_API_KEY }}
Expand Down