[PR #2384] [MERGED] [FEAT] Add Llama 3.2 models to Fireworks AI's LLM selection dropdown #3973

Closed
opened 2026-02-22 18:34:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2384
Author: @a4v2d4
Created: 9/28/2024
Status: Merged
Merged: 9/28/2024
Merged by: @timothycarambat

Base: masterHead: 2383-update-fireworksai-models


📝 Commits (1)

  • 3bfddd5 Add Llama 3.2 3B and 1B models to Fireworks AI LLM selection

📊 Changes

3 files changed (+16 additions, -2 deletions)

View changed files

📝 server/utils/AiProviders/fireworksAi/models.js (+12 -0)
📝 server/utils/AiProviders/fireworksAi/scripts/chat_models.txt (+2 -0)
📝 server/utils/AiProviders/fireworksAi/scripts/parse.mjs (+2 -2)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #2383

What is in this change?

Llama 3.2 1B and Llama 3.2 3B instruct models now available for selection when using Firworks AI LLM provider.

  • Updated chat_models.txt to include llama 3.2 text models
  • Ran node parse.mjs to extract JSON of models to chat_models.json (untracked by git)
  • Copied JSON output to models.js
  • Updated comment in parse.mjs to show date last updated.

Additional Information

Llama 3.2 support announced by Fireworks AI Sept. 25th: https://fireworks.ai/blog/llama32-with-fireworks.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2384 **Author:** [@a4v2d4](https://github.com/a4v2d4) **Created:** 9/28/2024 **Status:** ✅ Merged **Merged:** 9/28/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `2383-update-fireworksai-models` --- ### 📝 Commits (1) - [`3bfddd5`](https://github.com/Mintplex-Labs/anything-llm/commit/3bfddd534a4d8630a103f4dbd045dfa3ca9ed876) Add Llama 3.2 3B and 1B models to Fireworks AI LLM selection ### 📊 Changes **3 files changed** (+16 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/AiProviders/fireworksAi/models.js` (+12 -0) 📝 `server/utils/AiProviders/fireworksAi/scripts/chat_models.txt` (+2 -0) 📝 `server/utils/AiProviders/fireworksAi/scripts/parse.mjs` (+2 -2) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [x] 🔨 chore - [ ] 📝 docs ### Relevant Issues resolves #2383 ### What is in this change? Llama 3.2 1B and Llama 3.2 3B instruct models now available for selection when using Firworks AI LLM provider. - Updated `chat_models.txt` to include llama 3.2 text models - Ran `node parse.mjs` to extract JSON of models to chat_models.json (untracked by git) - Copied JSON output to `models.js` - Updated comment in `parse.mjs` to show date last updated. ### Additional Information Llama 3.2 support announced by Fireworks AI Sept. 25th: https://fireworks.ai/blog/llama32-with-fireworks. ### Developer Validations - [x] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:34:52 -05:00
yindo closed this issue 2026-02-22 18:34:52 -05:00
yindo changed title from [PR #2384] [FEAT] Add Llama 3.2 models to Fireworks AI's LLM selection dropdown to [PR #2384] [MERGED] [FEAT] Add Llama 3.2 models to Fireworks AI's LLM selection dropdown 2026-06-05 15:16:09 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3973