How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "darkps/ice-AI" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "darkps/ice-AI",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "darkps/ice-AI" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "darkps/ice-AI",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

ICE AI

ICE 0001

The "ice" model is a very robust, medium-sized model for human-like conversations, designed for quick chats and small code snippets.

The ice model was released with massive equations:

Major Improvements

  • It was trained on 5.47 billion Codex conversations.
  • It was also trained on more than 30 billion human conversations to better adapt to different Arabic dialects and multiple languages.

Key Specifications

  • Model Family: ICE AI
  • ID: ice-0001
  • Model Size: 8B Parameters
  • Context Length: 32,768 tokens
  • Format: Transformers
  • Inference Support: CPU / GPU
  • Primary Focus: Human-like conversational AI

Training

Trained on approximately 36 trillion tokens across 119 languages and dialects, with a strong focus on multiple Arabic dialects, international languages, and programming/code data.


Recommended Usage

ICE AI performs best when used for:

  • General conversations
  • multilingual chat
  • Software development
  • Code generation
  • Code debugging
  • Technical questions
  • Scripting and automation
  • Local offline AI deployment

⚠️ Notes

  • Designed for conversational and coding tasks.
  • Output quality may vary depending on the quantization level and hardware.
  • Best results are achieved with structured prompts.
  • Larger context sizes may require substantial RAM/VRAM.

About Dark

DarkPs is an AI organization owned by FanuonAI, developing and maintaining open-source AI models such as DarkIT, ICE AI, and DarkCoder.

Platform: https://dark.ps

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

Model tree for darkps/ice-AI

Quantizations
2 models