dify/api/core/model_runtime/model_providers
2024-05-16 11:41:24 +08:00
..
__base FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
anthropic FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
azure_openai feat:add gpt-4-turbo for azure (#4287) 2024-05-11 13:02:56 +08:00
baichuan feat: Add tools for open weather search and image generation using the Spark API. (#2845) 2024-03-18 16:22:48 +08:00
bedrock Update bedrock.yaml add Region Asia Pacific (Sydney) (#4016) 2024-05-05 10:49:17 +08:00
chatglm fix: miss usage of os.path.join for URL assembly and add tests on yarl (#4224) 2024-05-10 18:14:48 +08:00
cohere feat: add proxy configuration for Cohere model (#4152) 2024-05-07 18:12:13 +08:00
deepseek Typo on deepseek.yaml and yi.yaml (#4170) 2024-05-08 10:52:04 +08:00
google feat: gemini pro function call (#3406) 2024-04-12 16:38:02 +08:00
groq fix: credentials validate failed for groqcloud model provider (#3817) 2024-04-25 12:09:44 +08:00
huggingface_hub chore: apply ruff's pyupgrade linter rules to modernize Python code with targeted version (#2419) 2024-02-09 15:21:33 +08:00
jina feat: update model_provider jina to support custom url and model (#4110) 2024-05-07 17:43:24 +08:00
leptonai Leptonai integrate (#4079) 2024-05-05 14:37:47 +08:00
localai Add rerank model type for LocalAI provider (#3952) 2024-05-11 11:29:28 +08:00
minimax fix: minimax streaming function_call message (#4271) 2024-05-11 21:07:22 +08:00
mistralai Add mixtral 8x22b (#3606) 2024-04-18 17:44:22 +08:00
moonshot feat: moonshot fc (#3629) 2024-04-19 14:04:30 +08:00
nvidia add-some-new-models-hosted-on-nvidia (#4303) 2024-05-11 21:05:31 +08:00
ollama FIX: fix the temperature value of ollama model (#4027) 2024-05-15 08:05:54 +08:00
openai feat: gpt-4o (#4346) 2024-05-14 02:52:41 +08:00
openai_api_compatible fix(openai_api_compatible): fixing the error when converting chunk to json (#3570) 2024-04-18 16:54:16 +08:00
openllm fix error msg format issue (#2715) 2024-03-06 16:45:40 +08:00
openrouter feat: Vision switch functionality is provided on OpenRouter (#3564) 2024-04-19 09:13:25 +08:00
replicate feat: replicate supports default version. (#3884) 2024-04-26 21:16:22 +08:00
spark fix: resolve header.uid' length must be less or equal than 32 on Spark V1.5 (#2983) 2024-03-27 09:58:41 +08:00
togetherai add together ai model setting (#3895) 2024-04-26 20:43:17 +08:00
tongyi feat: refactor tongyi models (#3496) 2024-04-15 22:28:32 +08:00
triton_inference_server feat: refactor tongyi models (#3496) 2024-04-15 22:28:32 +08:00
volcengine_maas feat: support doubao llm and embeding models (#4431) 2024-05-16 11:41:24 +08:00
wenxin feat: remove unregistered-llm-in-debug (#3251) 2024-04-09 20:49:52 +08:00
xinference feat: support vision models from xinference (#4094) 2024-05-07 17:37:36 +08:00
yi add yi models (#4335) 2024-05-13 17:40:53 +08:00
zhipuai add glm-3-turbo max_tokens parameter setting (#4017) 2024-04-30 17:08:04 +08:00
__init__.py Model Runtime (#1858) 2024-01-02 23:42:00 +08:00
_position.yaml feat: add volcengine maas model provider (#4142) 2024-05-08 12:45:53 +08:00
model_provider_factory.py generalize helper for loading module from source (#2862) 2024-03-28 11:37:26 +08:00