dify/api/core/model_runtime/model_providers
2025-02-13 10:24:05 +08:00
..
__base chore: use the wrap thinking api for volcengine (#13432) 2025-02-10 10:25:07 +08:00
anthropic fix: handle document fetching from URL in Anthropic LLM model, solving base64 decoding error (#11858) 2024-12-20 18:23:42 +08:00
azure_ai_studio feat: add completion mode and context size options for LLM configuration (#13325) 2025-02-07 15:08:53 +08:00
azure_openai feat: Add o3-mini and o3-mini-2025-01-31 model variants (#13129) 2025-02-05 17:04:45 +08:00
baichuan fix: volcengine_maas and baichuan message error (#11625) 2024-12-16 13:05:27 +08:00
bedrock feat: bedrock_endpoint_url (#12838) 2025-02-05 12:24:24 +08:00
chatglm chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
cohere refactor: avoid to use extra space when finding model by name (#13043) 2025-01-30 15:08:29 +08:00
deepseek fix: correct linewrap think display in generic openai api (#13260) 2025-02-06 10:53:08 +08:00
fireworks feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
fishaudio fix: fish audio wrong validate credentials interface (#11019) 2024-11-23 23:39:41 +08:00
gitee_ai fix: Update the API call address for the text_embedding model (#12342) 2025-01-03 19:19:17 +08:00
google feat(model): support Gemini 2.0 Flash Lite Preview model (02-05) in Google's model provider (#13399) 2025-02-09 10:22:33 +08:00
gpustack Support TTS and Speech2Text for Model Provider GPUStack (#12381) 2025-01-07 09:42:11 +08:00
groq feat(model_providers): Add Groq DeepSeek-R1-Distill-Llama-70b (#13229) 2025-02-05 19:15:29 +08:00
huggingface_hub chore(lint): fix quotes for f-string formatting by bumping ruff to 0.9.x (#12702) 2025-01-21 10:12:29 +08:00
huggingface_tei fix: fix typo (#12034) 2024-12-24 15:23:27 +08:00
hunyuan feat:Add support for stop parameter in hunyuan model #12313 (#12315) 2025-01-03 09:15:04 +08:00
jina feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +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 feat:Support Minimax-Text-01 (#12763) 2025-01-21 10:08:53 +08:00
mistralai [Pixtral] Add new model ; add vision (#11231) 2024-12-11 10:14:16 +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: DeepSeek API Error with response format active (text and json_object) (#12747) 2025-01-20 22:04:18 +08:00
nomic feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
novita Fixed Novita AI color and added DeepSeek R1 model (#13074) 2025-01-28 10:38:54 +08:00
nvidia feat(model_providers): Support deepseek-r1 for Nvidia Catalog (#13269) 2025-02-06 13:03:19 +08:00
nvidia_nim chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
oci Upgrade oracle models (#13174) 2025-02-06 13:24:27 +08:00
ollama reasoning model unified think tag is <think></think> (#13392) 2025-02-08 16:19:41 +08:00
openai feat: add parameter "reasoning_effort" and Openai o3-mini (#13243) 2025-02-06 09:29:48 +08:00
openai_api_compatible fix: issue #13483 and #13434 (#13518) 2025-02-11 12:45:49 +08:00
openllm feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
openrouter feat(model): add deepseek-r1 for openrouter (#13312) 2025-02-07 12:39:13 +08:00
perfxcloud refactor: reduce duplciate code by inheritance (#13073) 2025-01-28 10:52:01 +08:00
replicate feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
sagemaker [Fix] Sagemaker LLM Provider can't adjust context size, it'a always 2… (#13462) 2025-02-10 12:25:04 +08:00
siliconflow feat: added new silicon flow models (#13369) 2025-02-08 09:12:22 +08:00
spark fix: SparkLite API Auth error (#12781) (#12790) 2025-01-20 22:21:21 +08:00
stepfun fix: #12143 support streaming mode content start with "data:" (#12171) 2025-01-03 16:33:37 +08:00
tencent chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
togetherai feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
tongyi fix: fix tongyi models blocking mode with incremental_output=stream (#13620) 2025-02-13 10:24:05 +08:00
triton_inference_server chore(lint): fix quotes for f-string formatting by bumping ruff to 0.9.x (#12702) 2025-01-21 10:12:29 +08:00
upstage feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
vertex_ai feat: added a _position.yaml for vertex ai provider (#13367) 2025-02-09 10:29:07 +08:00
vessl_ai feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
volcengine_maas Fix: Removed model params except max_token for deepseek r1 in volcengine (#13446) 2025-02-10 10:26:26 +08:00
voyage fix: int None will cause error for context size (#11055) 2024-11-25 21:04:16 +08:00
wenxin chore(lint): fix quotes for f-string formatting by bumping ruff to 0.9.x (#12702) 2025-01-21 10:12:29 +08:00
x feat: add grok-2-1212 and grok-2-vision-1212 (#11672) 2024-12-15 21:18:24 +08:00
xinference reasoning model unified think tag is <think></think> (#13392) 2025-02-08 16:19:41 +08:00
yi feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
zhinao chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
zhipuai feat: add glm-4-air-0111 (#12997) 2025-01-24 10:04:46 +08:00
__init__.py
_position.yaml chore(model_runtime): Move deepseek ahead in the providers list. (#13197) 2025-02-05 16:08:28 +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