dify/api/core/model_runtime/model_providers
vccler 48757e581e
fix: zhipu tool calling, this PR fixes the bug described in issue #5496 (#5469)
Co-authored-by: vccler <vccler@163.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-06-22 12:41:24 +08:00
..
__base refactor: Remove unused code in large_language_model.py (#5433) 2024-06-20 16:20:40 +08:00
anthropic feat: add support for claude-3-5-sonnet-20240620 (#5452) 2024-06-21 00:23:15 +08:00
azure_openai fix: correct typos in the icons for microsoft (#5243) 2024-06-15 21:02:47 +08:00
baichuan fix(api/core/model_runtime/model_providers/baichuan,localai): Parse ToolPromptMessage. #4943 (#5138) 2024-06-13 13:08:30 +08:00
bedrock feat: add support for bedrock claude-3-5-sonnet-20240620 (#5461) 2024-06-21 10:21:35 +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 Update and fix the model param of Deepseek (#5329) 2024-06-17 21:40:04 +08:00
google fix: pydantic2 error (#5172) 2024-06-14 03:05:04 +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
hunyuan feat: support hunyuan llm models (#5013) 2024-06-12 17:24:23 +08:00
jina feat: support jina-clip-v1 embedding model (#5146) 2024-06-13 16:31:18 +08:00
leptonai Leptonai integrate (#4079) 2024-05-05 14:37:47 +08:00
localai fix: typo and check (#5287) 2024-06-17 09:15:43 +08:00
minimax feat:Provide parameter config for mask_sensitive_info of MiniMax mode… (#4294) 2024-05-20 10:15:27 +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
novita Add novita.ai as model provider (#4961) 2024-06-14 18:23:06 +08:00
nvidia add-some-new-models-hosted-on-nvidia (#4303) 2024-05-11 21:05:31 +08:00
nvidia_nim chore: optimize nvidia nim credential schema and info (#4898) 2024-06-04 02:26:26 +08:00
ollama fix(model_providers/ollama): Fix OllamaLargeLanguageModel to correctly set the stop option (#5217) 2024-06-14 18:26:14 +08:00
openai fix(core): Fix incorrect type hints. (#5427) 2024-06-20 15:16:21 +08:00
openai_api_compatible Add novita.ai as model provider (#4961) 2024-06-14 18:23:06 +08:00
openllm chore: skip unnecessary key checks prior to accessing a dictionary (#4497) 2024-05-19 18:30:45 +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
siliconflow feat: support siliconflow (#5129) 2024-06-13 12:59:41 +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 Feat/firecrawl data source (#5232) 2024-06-15 02:46:02 +08:00
tongyi fix: tongyi json output (#5396) 2024-06-22 12:25:23 +08:00
triton_inference_server feat: refactor tongyi models (#3496) 2024-04-15 22:28:32 +08:00
vertex_ai feat: add support for Vertex AI claude-3-5-sonnet@20240620 (#5475) 2024-06-21 16:45:56 +08:00
volcengine_maas feat: support doubao llm function calling (#5100) 2024-06-12 15:43:50 +08:00
wenxin support ERNIE-4.0-8K-Latest (#5216) 2024-06-14 18:45:24 +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 fix: zhipu tool calling, this PR fixes the bug described in issue #5496 (#5469) 2024-06-22 12:41:24 +08:00
__init__.py Model Runtime (#1858) 2024-01-02 23:42:00 +08:00
_position.yaml feat: support siliconflow (#5129) 2024-06-13 12:59:41 +08:00
model_provider_factory.py fix(core): Fix incorrect type hints. (#5427) 2024-06-20 15:16:21 +08:00