dify/api/core/model_runtime/model_providers
2024-11-05 14:42:47 +08:00
..
__base feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
anthropic feat(model_runtime): add new model 'claude-3-5-haiku-20241022' (#10285) 2024-11-05 14:41:39 +08:00
azure_ai_studio chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
azure_openai fix azure chatgpt o1 parameter error (#10067) 2024-10-30 22:08:56 +08:00
baichuan refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
bedrock fix(model_runtime): fix wrong max_tokens for Claude 3.5 Haiku on Amazon Bedrock (#10286) 2024-11-05 14:41:15 +08:00
chatglm chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
cohere refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
deepseek fix: response_format label (#8326) 2024-09-12 23:17:29 +08:00
fireworks refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
fishaudio Corrected type annotation to "Any" from "any" all files in "model_providers" folder (#9135) 2024-10-10 10:34:25 +08:00
gitee_ai Using a dedicated interface to obtain the token credential for the gitee.ai provider (#10243) 2024-11-04 17:22:02 +08:00
google fix: gemini model use some tools raise error (#9993) 2024-10-29 16:09:29 +08:00
gpustack feat: add gpustack model provider (#10158) 2024-11-01 17:23:30 +08:00
groq Added Llama 3.2 Vision Models Speech2Text Models for Groq (#9479) 2024-10-18 18:10:33 +08:00
huggingface_hub refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
huggingface_tei chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
hunyuan fix: resolve the incorrect model name of hunyuan-standard-256k (#10052) 2024-10-30 15:43:29 +08:00
jina refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
leptonai chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
localai chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
minimax refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
mistralai add MixtralAI Model (#8517) 2024-09-21 18:08:07 +08:00
mixedbread refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
moonshot fix: moonshot response_format raise error (#9847) 2024-10-25 14:59:55 +08:00
nomic refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
novita chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
nvidia refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
nvidia_nim chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
oci refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
ollama refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
openai chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
openai_api_compatible openai compatiable api usage and id (#9800) 2024-10-24 21:51:36 +08:00
openllm chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
openrouter chore: enable vision support for models in OpenRouter that should have supported vision (#10191) 2024-11-02 19:45:20 +08:00
perfxcloud refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
replicate refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
sagemaker chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
siliconflow chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
spark fix:Spark's large language model token calculation error #7911 (#8755) 2024-09-25 14:51:42 +08:00
stepfun chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
tencent chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
togetherai chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
tongyi chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
triton_inference_server chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
upstage refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
vertex_ai feat: added claude 3.5 sonnet v2 model to Google Cloud Vertex AI (#9688) 2024-10-23 16:13:51 +08:00
vessl_ai Add VESSL AI OpenAI API-compatible model provider and LLM model (#9474) 2024-11-01 13:38:52 +08:00
volcengine_maas chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
voyage refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
wenxin add llm: ernie-4.0-turbo-128k of wenxin (#10135) 2024-10-31 21:49:04 +08:00
x feat: add xAI model provider (#10272) 2024-11-05 14:42:47 +08:00
xinference chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
yi feat: add yi custom llm intergration (#9482) 2024-10-18 17:23:21 +08:00
zhinao chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
zhipuai refactor: move the embedding to the rag module and abstract the rerank runner for extension (#9423) 2024-10-17 19:12:42 +08:00
__init__.py Model Runtime (#1858) 2024-01-02 23:42:00 +08:00
_position.yaml feat: add voyage ai as a new model provider (#8747) 2024-09-29 16:55:59 +08:00
model_provider_factory.py feat: support pinning, including, and excluding for model providers and tools (#7419) 2024-08-21 11:16:43 +08:00