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

Uploaded finetuned model

  • Developed by: AxionLab-Co
  • License: apache-2.0
  • Finetuned from model : unsloth/Qwen3-1.7B-Base
  • Model Card being developed
  • This is a web version for DogeAI-v2.0-Reasoning
Downloads last month
8
Safetensors
Model size
2B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with AxionLab-Co/DogeAI-v2.1-1.7B-BaseThink.

Model tree for AxionLab-Co/DogeAI-v2.1-1.7B-BaseThink

Finetuned
(80)
this model
Quantizations
2 models

Dataset used to train AxionLab-Co/DogeAI-v2.1-1.7B-BaseThink