How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf AGofficial/AgGPT-11oPro
# Run inference directly in the terminal:
llama cli -hf AGofficial/AgGPT-11oPro
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf AGofficial/AgGPT-11oPro
# Run inference directly in the terminal:
llama cli -hf AGofficial/AgGPT-11oPro
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf AGofficial/AgGPT-11oPro
# Run inference directly in the terminal:
./llama-cli -hf AGofficial/AgGPT-11oPro
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf AGofficial/AgGPT-11oPro
# Run inference directly in the terminal:
./build/bin/llama-cli -hf AGofficial/AgGPT-11oPro
Use Docker
docker model run hf.co/AGofficial/AgGPT-11oPro
Quick Links

AgGPT-11o Pro

AgGPT-11o Pro is a large language model designed to reason and think for longer, resulting in more accurate and reliable outputs for problems that require complex cognition. AgGPT-11o Pro has a wide range of agentic tools and capabilities.

Examples:

{
  "input": "What is the capital of France?",
  "output": "The capital of France is Paris."
}
{
  "input": "Explain the theory of relativity in simple terms.",
  "output": "The theory of relativity, proposed by Albert Einstein, states that the laws of physics are the same for all observers, regardless of their relative motion. It also introduces the concept that space and time are interconnected, forming a four-dimensional spacetime."
}
Downloads last month
-
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support