### What problem does this PR solve? ### Type of change - [x] New Feature (non-breaking change which adds functionality)tags/v0.16.0
| { | { | ||||
| "llm_name": "deepseek-chat", | "llm_name": "deepseek-chat", | ||||
| "tags": "LLM,CHAT,", | "tags": "LLM,CHAT,", | ||||
| "max_tokens": 32768, | |||||
| "max_tokens": 64000, | |||||
| "model_type": "chat" | "model_type": "chat" | ||||
| }, | }, | ||||
| { | { | ||||
| "llm_name": "deepseek-coder", | |||||
| "llm_name": "deepseek-reasoner", | |||||
| "tags": "LLM,CHAT,", | "tags": "LLM,CHAT,", | ||||
| "max_tokens": 16385, | |||||
| "max_tokens": 64000, | |||||
| "model_type": "chat" | "model_type": "chat" | ||||
| } | } | ||||
| ] | ] |