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

Model Card for SubconsciousDev/TIM-8b-preview

TIM is a model that reasons on recursive task trees formatted as JSON structures.

Model Details

Model Description

  • Developed by: MIT and Subconscious
  • Model type: Structural reasoning model
  • License: MIT License
  • Finetuned from model [optional]: Qwen/Qwen3-8b

Model Sources

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

Model tree for SubconsciousDev/TIM-8b-preview

Finetuned
Qwen/Qwen3-8B
Finetuned
(1964)
this model
Quantizations
1 model

Collection including SubconsciousDev/TIM-8b-preview

Paper for SubconsciousDev/TIM-8b-preview