dify/api/core/model_runtime/model_providers
Charlie.Wei cbf7f21ade
Add azure gpt4omini (#6862)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2024-08-01 12:57:52 +08:00
..
__base chore: improve position map conversion and tolerate empty position yaml file (#6541) 2024-07-29 10:32:11 +08:00
anthropic fix: anthropic max token NoneType error (#6858) 2024-08-01 11:30:00 +08:00
azure_openai Add azure gpt4omini (#6862) 2024-08-01 12:57:52 +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: bedrock invoke enhancement (#6808) 2024-07-30 21:57:18 +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 chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652) 2024-06-27 11:21:31 +08:00
deepseek upgrade deepseek params (#6744) 2024-07-29 18:31:56 +08:00
google chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652) 2024-06-27 11:21:31 +08:00
groq feat: add GroqCloud llama3.1 series models support (#6596) 2024-07-24 00:41:58 +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 Add model parameter enable_enhance for hunyuan llm model (#6847) 2024-07-31 20:04:43 +08:00
jina feat: add jina new pre-defined rerankers, include: jina-reranker-v2 (#5657) 2024-06-27 13:45:35 +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 fix: _convert_prompt_message_to_dict parameters err (#5716) 2024-06-28 21:00:00 +08:00
novita Feat/model provider novita (#6717) 2024-07-26 17:37:21 +08:00
nvidia feat: nvidia add llama3.1 model (#6844) 2024-07-31 21:24:02 +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 issues #6655 Open ai tts issues (#6696) 2024-07-26 14:55:49 +08:00
openai_api_compatible fix: differentiate prompts fields based on function_calling_type (#5880) 2024-07-12 11:07:38 +08:00
openllm chore: skip unnecessary key checks prior to accessing a dictionary (#4497) 2024-05-19 18:30:45 +08:00
openrouter feat: support llama3.1 series models for openrouter provider (#6595) 2024-07-24 00:37:48 +08:00
perfxcloud feat: add PerfXCloud, Qwen series #6116 (#6117) 2024-07-10 18:26:10 +08:00
replicate chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652) 2024-06-27 11:21:31 +08:00
sagemaker Enhancement: add model provider - Amazon Sagemaker (#6255) 2024-07-18 19:32:31 +08:00
siliconflow add deepseek-coder-v2 in siliconflow (#6149) 2024-07-29 18:45:19 +08:00
spark feat: add support Spark4.0 (#5688) 2024-06-28 17:39:11 +08:00
stepfun Add Stepfun LLM Support (#6346) 2024-07-18 07:47:18 +08:00
tencent feat: add tencent asr (#6091) 2024-07-23 16:38:39 +08:00
togetherai Feat/firecrawl data source (#5232) 2024-06-15 02:46:02 +08:00
tongyi fix: tongyi empty tool_calls is not supported in message (#6719) 2024-07-26 18:10:13 +08:00
triton_inference_server Update model provider configuration for Triton Inference Server and X… (#6274) 2024-07-15 15:07:28 +08:00
vertex_ai chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652) 2024-06-27 11:21:31 +08:00
volcengine_maas feat: support moonshot and glm base models for volcengine provider (#6029) 2024-07-07 01:17:33 +08:00
wenxin update ernie models (#6454) 2024-07-19 13:08:39 +08:00
xinference support xinference tts (#6746) 2024-08-01 11:59:15 +08:00
yi add yi models (#4335) 2024-05-13 17:40:53 +08:00
zhipuai fix: zhipuai validate error when user's api key not support for chatglm_turbo in issue #6289 (#6290) 2024-07-15 19:27:18 +08:00
__init__.py Model Runtime (#1858) 2024-01-02 23:42:00 +08:00
_position.yaml feat: add tencent asr (#6091) 2024-07-23 16:38:39 +08:00
model_provider_factory.py fix(core): Fix incorrect type hints. (#5427) 2024-06-20 15:16:21 +08:00