diff --git a/.version_cache.json b/.version_cache.json index 6962c6b..08dd148 100644 --- a/.version_cache.json +++ b/.version_cache.json @@ -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", @@ -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": "2f07a2f0568612e15516b0d8747de63b", + "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": "5c56ecd842aa85188a28325cf74d5cf9", + "version": "1.3.0", "filename": "llama-4-scout-instruct-17bx16e.yaml", "display_name": "Llama 4 Scout Instruct (17Bx16E)" + }, + "arcee-ai/maestro-reasoning": { + "hash": "167b3d58e897321602f15567f966138b", + "version": "1.1.0", + "filename": "arcee-ai-maestro.yaml", + "display_name": "Arcee AI Maestro" + }, + "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/virtuoso-large": { + "hash": "c8c2b4161dd195b4e05b23523753179f", + "version": "1.1.0", + "filename": "arcee-ai-virtuoso-large.yaml", + "display_name": "Arcee AI Virtuoso-Large" + }, + "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/caller": { + "hash": "683cd964068bd45a2b3fe9a0b6eb166f", + "version": "1.1.0", + "filename": "arcee-ai-caller.yaml", + "display_name": "Arcee AI Caller" + }, + "arcee-ai/arcee-blitz": { + "hash": "52330b80242864558159b489a8e69619", + "version": "1.1.0", + "filename": "arcee-ai-blitz.yaml", + "display_name": "Arcee AI Blitz" } } \ No newline at end of file diff --git a/blocks/public/arcee-ai-blitz.yaml b/blocks/public/arcee-ai-blitz.yaml new file mode 100644 index 0000000..ebd8edf --- /dev/null +++ b/blocks/public/arcee-ai-blitz.yaml @@ -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 diff --git a/blocks/public/arcee-ai-caller.yaml b/blocks/public/arcee-ai-caller.yaml new file mode 100644 index 0000000..4a3a324 --- /dev/null +++ b/blocks/public/arcee-ai-caller.yaml @@ -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 diff --git a/blocks/public/arcee-ai-coder-large.yaml b/blocks/public/arcee-ai-coder-large.yaml new file mode 100644 index 0000000..92618f9 --- /dev/null +++ b/blocks/public/arcee-ai-coder-large.yaml @@ -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 diff --git a/blocks/public/arcee-ai-maestro.yaml b/blocks/public/arcee-ai-maestro.yaml new file mode 100644 index 0000000..2dbe5d1 --- /dev/null +++ b/blocks/public/arcee-ai-maestro.yaml @@ -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 diff --git a/blocks/public/arcee-ai-spotlight.yaml b/blocks/public/arcee-ai-spotlight.yaml new file mode 100644 index 0000000..c6a5de8 --- /dev/null +++ b/blocks/public/arcee-ai-spotlight.yaml @@ -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 diff --git a/blocks/public/arcee-ai-virtuoso-large.yaml b/blocks/public/arcee-ai-virtuoso-large.yaml new file mode 100644 index 0000000..47f44c7 --- /dev/null +++ b/blocks/public/arcee-ai-virtuoso-large.yaml @@ -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 diff --git a/blocks/public/arcee-ai-virtuoso-medium.yaml b/blocks/public/arcee-ai-virtuoso-medium.yaml new file mode 100644 index 0000000..a33ec83 --- /dev/null +++ b/blocks/public/arcee-ai-virtuoso-medium.yaml @@ -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 diff --git a/blocks/public/llama-4-maverick-instruct-17bx128e.yaml b/blocks/public/llama-4-maverick-instruct-17bx128e.yaml index b43f419..8019a11 100644 --- a/blocks/public/llama-4-maverick-instruct-17bx128e.yaml +++ b/blocks/public/llama-4-maverick-instruct-17bx128e.yaml @@ -1,6 +1,6 @@ --- name: Llama 4 Maverick Instruct (17Bx128E) -version: 1.2.0 +version: 1.3.0 schema: v1 models: - name: Llama 4 Maverick Instruct (17Bx128E) @@ -8,7 +8,7 @@ models: model: meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 apiKey: ${{ inputs.TOGETHER_API_KEY }} defaultCompletionOptions: - contextLength: 1000000 + contextLength: 524288 capabilities: - tool_use roles: diff --git a/blocks/public/llama-4-scout-instruct-17bx16e.yaml b/blocks/public/llama-4-scout-instruct-17bx16e.yaml index ecc2f87..8fe3afb 100644 --- a/blocks/public/llama-4-scout-instruct-17bx16e.yaml +++ b/blocks/public/llama-4-scout-instruct-17bx16e.yaml @@ -1,6 +1,6 @@ --- name: Llama 4 Scout Instruct (17Bx16E) -version: 1.2.0 +version: 1.3.0 schema: v1 models: - name: Llama 4 Scout Instruct (17Bx16E) @@ -8,7 +8,7 @@ models: model: meta-llama/Llama-4-Scout-17B-16E-Instruct apiKey: ${{ inputs.TOGETHER_API_KEY }} defaultCompletionOptions: - contextLength: 1000000 + contextLength: 327680 capabilities: - tool_use roles: diff --git a/blocks/public/nous-hermes-2-mixtral-8x7b-dpo.yaml b/blocks/public/nous-hermes-2-mixtral-8x7b-dpo.yaml index d734364..e14cc25 100644 --- a/blocks/public/nous-hermes-2-mixtral-8x7b-dpo.yaml +++ b/blocks/public/nous-hermes-2-mixtral-8x7b-dpo.yaml @@ -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 }}