dify/api/core/model_runtime/model_providers
2024-09-09 15:27:49 +08:00
..
__base Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
anthropic fix: Claude can not validate credientials (#8109) 2024-09-09 10:22:42 +08:00
azure_ai_studio Add Azure AI Studio as provider (#7549) 2024-08-27 09:52:59 +08:00
azure_openai Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
baichuan Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
bedrock Fix variable typo (#8084) 2024-09-08 13:14:11 +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 feat: add function calling for deepseek models (#6990) 2024-08-06 13:37:27 +08:00
fishaudio feat: support fish audio TTS (#7982) 2024-09-05 14:18:39 +08:00
google Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
groq Revise the wrong pricing of certain LLM models. (#6967) 2024-08-05 18:41: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
huggingface_tei Feat: Add model provider Text Embedding Inference for embedding and rerank (#7132) 2024-08-09 19:12:13 +08:00
hunyuan fix: hunyuan assistant_prompt_message pydantic error (#7062) 2024-08-07 18:31:40 +08:00
jina fix: Fix incorrect context size for jina-reranker-v2 model (#7006) 2024-08-06 21:08:29 +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 Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
mistralai Add mixtral 8x22b (#3606) 2024-04-18 17:44:22 +08:00
moonshot add JSON Mode support for moonshot models (#7568) 2024-08-23 16:24:45 +08:00
novita Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
nvidia feat:nvidia add nemotron4-340b and microsoft/phi-3 (#6973) 2024-08-06 10:16:41 +08:00
nvidia_nim chore: optimize nvidia nim credential schema and info (#4898) 2024-06-04 02:26:26 +08:00
oci Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
ollama fix: ollama text embedding 500 error (#8131) 2024-09-09 15:27:49 +08:00
openai Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
openai_api_compatible Fixed when testing the openai compatible interface model, an error is reported when no object is returned (#7808) 2024-08-29 18:58:19 +08:00
openllm chore: skip unnecessary key checks prior to accessing a dictionary (#4497) 2024-05-19 18:30:45 +08:00
openrouter feat: OpenRouter add gpt-4o-2024-08-06 model (#7409) 2024-08-19 19:14:08 +08:00
perfxcloud Update PerfXCloud Model List (#7212) 2024-08-15 19:42:15 +08:00
replicate chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652) 2024-06-27 11:21:31 +08:00
sagemaker feat: support more model types and builtin tools on aws/sagemaker (#8061) 2024-09-09 10:34:11 +08:00
siliconflow feat: support siliconflow rerank (#7337) 2024-08-16 20:21:41 +08:00
spark Revert "fix: parameter rule" (#8070) 2024-09-07 10:44:56 +08:00
stepfun update stepfun model (#7118) 2024-08-08 20:40:37 +08:00
tencent Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
togetherai Feat/firecrawl data source (#5232) 2024-06-15 02:46:02 +08:00
tongyi Fix: tongyi code wrapper works not stable (#7871) 2024-09-09 11:15:17 +08:00
triton_inference_server Update model provider configuration for Triton Inference Server and X… (#6274) 2024-07-15 15:07:28 +08:00
upstage fix: typo in upstage/llm/_position.yaml (#7286) 2024-08-15 08:39:35 +08:00
vertex_ai Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
volcengine_maas feat: support auth by api key for ark provider (#7845) 2024-08-31 10:56:32 +08:00
wenxin Concurrent calls to the Wenxin model, and the exception problem when obtaining the token is fixed (#7976) 2024-09-04 21:44:57 +08:00
xinference feat:add fishaudio in xinference (#8100) 2024-09-08 23:58:02 +08:00
yi add yi models (#4335) 2024-05-13 17:40:53 +08:00
zhinao Feat/add 360-zhinao provider (#7069) 2024-08-08 14:23:08 +08:00
zhipuai Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
__init__.py Model Runtime (#1858) 2024-01-02 23:42:00 +08:00
_position.yaml Feat/add 360-zhinao provider (#7069) 2024-08-08 14:23:08 +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