How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "deca-ai/2-pro-medical"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "deca-ai/2-pro-medical",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/deca-ai/2-pro-medical
Quick Links

Deca 2 Banner The Deca 2 PRO model, currently in BETA, is built on cutting-edge architectures like Perplexity's R1 1776, LLaMA 3, and Qwen 2, delivering extraordinary performance. With a focus on insane speed and high efficiency, Deca 2 PRO is revolutionizing text generation and setting new standards in the industry.

As more capabilities are added, Deca 2 PRO will evolve into a more powerful, any-to-any model in the future. While it’s focused on text generation for now, its foundation is designed to scale, bringing even more advanced functionalities to come.

The Deca 2 PRO medical model has been trained to answer medical questions.

Generative AI should not be used for critical medical advice.

Downloads last month
4
Safetensors
Model size
71B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for deca-ai/2-pro-medical

Merges
1 model