mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #845] [MERGED] Add Llama API as model provider #1583
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/845
Author: @Riandy
Created: 5/1/2025
Status: ✅ Merged
Merged: 5/6/2025
Merged by: @crazywoola
Base:
main← Head:llama-api📝 Commits (4)
650b65dAdd Llama API as model providera13b6d4Add readme and privacy URLe6e8a4bupdate author to langgenius as required8bd2a0cUpdated requirements.txt📊 Changes
15 files changed (+838 additions, -0 deletions)
View changed files
➕
models/llama_api/PRIVACY.md(+3 -0)➕
models/llama_api/README.md(+11 -0)➕
models/llama_api/_assets/icon.svg(+1 -0)➕
models/llama_api/_assets/icon_l_en.png(+0 -0)➕
models/llama_api/_assets/icon_l_en.svg(+1 -0)➕
models/llama_api/_assets/icon_s_en.svg(+1 -0)➕
models/llama_api/main.py(+6 -0)➕
models/llama_api/manifest.yaml(+41 -0)➕
models/llama_api/models/llm/llama-3.3-8b-instruct.yaml(+37 -0)➕
models/llama_api/models/llm/llama-4-maverick-17b-128e-instruct-fp8.yaml(+38 -0)➕
models/llama_api/models/llm/llama-4-scout-17b-16e-instruct-fp8.yaml(+38 -0)➕
models/llama_api/models/llm/llm.py(+570 -0)➕
models/llama_api/provider/llama-api.py(+30 -0)➕
models/llama_api/provider/llama-api.yaml(+58 -0)➕
models/llama_api/requirements.txt(+3 -0)📄 Description
Add Llama API as another model provider, since it's now available as a preview https://www.llama.com/products/llama-api/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.