fix: replicate model provider (#15933)

### What problem does this PR solve?

FIx replicate model provider failing with valid api key 

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Co-authored-by: Wang Qi <wangq8@outlook.com>
This commit is contained in:
Idriss Sbaaoui
2026-06-11 15:08:33 +08:00
committed by GitHub
parent 3f929e3904
commit 9871a7e0b6
7 changed files with 164 additions and 25 deletions

View File

@@ -4097,7 +4097,46 @@
"logo": "",
"tags": "LLM,TEXT EMBEDDING",
"status": "1",
"llm": []
"llm": [
{
"llm_name": "meta/llama-4-maverick-instruct",
"tags": "LLM,CHAT,8k",
"max_tokens": 8192,
"model_type": "chat"
},
{
"llm_name": "meta/llama-4-scout-instruct",
"tags": "LLM,CHAT,8k",
"max_tokens": 8192,
"model_type": "chat"
},
{
"llm_name": "meta/meta-llama-3-70b-instruct",
"tags": "LLM,CHAT,8k",
"max_tokens": 8192,
"model_type": "chat"
},
{
"llm_name": "meta/meta-llama-3-8b-instruct",
"tags": "LLM,CHAT,8k",
"max_tokens": 8192,
"model_type": "chat"
},
{
"llm_name": "replicate/all-mpnet-base-v2:b6b7585c9640cd7a9572c6e129c9549d79c9c31f0d3fdce7baac7c67ca38f305",
"tags": "TEXT EMBEDDING",
"max_tokens": 384,
"model_type": "embedding"
},
{
"llm_name": "ibm-granite/granite-embedding-278m-multilingual:1f76d42a05f120e12272746d5a2d86b525c13420773f795a4cbef9117d8685f1",
"tags": "TEXT EMBEDDING",
"max_tokens": 512,
"model_type": "embedding"
}
],
"rank": "987",
"url": "https://api.replicate.com"
},
{
"name": "Tencent Hunyuan",