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

Omega AI 8B

Omega AI 8B is an Omega-branded deployment of Qwen3-8B.

Base model

Qwen/Qwen3-8B

Parameter class

8B

Modifications

  • Omega AI repository branding
  • Omega metadata
  • No retraining
  • Original pretrained weights preserved

Provenance

The underlying architecture and pretrained weights originate from Qwen/Qwen3-8B.

License

Apache License 2.0.

The original model's notices and attribution remain applicable.

Downloads last month
147
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 K168-V0JL/Omega-AI-8B

Finetuned
Qwen/Qwen3-8B
Finetuned
(2090)
this model