NexaAI / octo-net-gguf

huggingface.co
Total runs: 554
24-hour runs: 0
7-day runs: 77
30-day runs: 77
Model's Last Updated: May 24 2024

Introduction of octo-net-gguf

Model Details of octo-net-gguf

Octopus V4-GGUF: Graph of language models

- Original Model - Nexa AI Website - Octopus-v4 Github - ArXiv - Domain LLM Leaderbaord

nexa-octopus

Acknowledgement :
We sincerely thank our community members, Mingyuan and Zoey , for their extraordinary contributions to this quantization effort. Please explore Octopus-v4 for our original huggingface model.

Get Started

To run the models, please download them to your local machine using either git clone or Hugging Face Hub

git clone https://huggingface.co/NexaAIDev/octopus-v4-gguf
Run with llama.cpp (Recommended)
  1. Clone and compile:
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
# Compile the source code:
make
  1. Execute the Model:

Run the following command in the terminal:

./main -m ./path/to/octopus-v4-Q4_K_M.gguf -n 256 -p "<|system|>You are a router. Below is the query from the users, please call the correct function and generate the parameters to call the function.<|end|><|user|>Tell me the result of derivative of x^3 when x is 2?<|end|><|assistant|>"
Run with Ollama

Since our models have not been uploaded to the Ollama server, please download the models and manually import them into Ollama by following these steps:

  1. Install Ollama on your local machine. You can also following the guide from Ollama GitHub repository
git clone https://github.com/ollama/ollama.git ollama
  1. Locate the local Ollama directory:
cd ollama
  1. Create a Modelfile in your directory
touch Modelfile
  1. In the Modelfile, include a FROM statement with the path to your local model, and the default parameters:
FROM ./path/to/octopus-v4-Q4_K_M.gguf
PARAMETER temperature 0
PARAMETER num_ctx 1024
PARAMETER stop <nexa_end>
  1. Use the following command to add the model to Ollama:
ollama create octopus-v4-Q4_K_M -f Modelfile
  1. Verify that the model has been successfully imported:
ollama ls
  1. Run the model
ollama run octopus-v4-Q4_K_M "<|system|>You are a router. Below is the query from the users, please call the correct function and generate the parameters to call the function.<|end|><|user|>Tell me the result of derivative of x^3 when x is 2?<|end|><|assistant|>"
Dataset and Benchmark
  • Utilized questions from MMLU to evaluate the performances.
  • Evaluated with the Ollama llm-benchmark method.
Quantized GGUF Models
Name Quant method Bits Size Respons (token/second) Use Cases
Octopus-v4.gguf 7.64 GB 27.64 extremely large
Octopus-v4-Q2_K.gguf Q2_K 2 1.42 GB 54.20 extremely not recommended, high loss
Octopus-v4-Q3_K.gguf Q3_K 3 1.96 GB 51.22 not recommended
Octopus-v4-Q3_K_S.gguf Q3_K_S 3 1.68 GB 51.78 not very recommended
Octopus-v4-Q3_K_M.gguf Q3_K_M 3 1.96 GB 50.86 not very recommended
Octopus-v4-Q3_K_L.gguf Q3_K_L 3 2.09 GB 50.05 not very recommended
Octopus-v4-Q4_0.gguf Q4_0 4 2.18 GB 65.76 good quality, recommended
Octopus-v4-Q4_1.gguf Q4_1 4 2.41 GB 69.01 slow, good quality, recommended
Octopus-v4-Q4_K.gguf Q4_K 4 2.39 GB 55.76 slow, good quality, recommended
Octopus-v4-Q4_K_S.gguf Q4_K_S 4 2.19 GB 53.98 high quality, recommended
Octopus-v4-Q4_K_M.gguf Q4_K_M 4 2.39 GB 58.39 some functions loss, not very recommended
Octopus-v4-Q5_0.gguf Q5_0 5 2.64 GB 61.98 slow, good quality
Octopus-v4-Q5_1.gguf Q5_1 5 2.87 GB 63.44 slow, good quality
Octopus-v4-Q5_K.gguf Q5_K 5 2.82 GB 58.28 moderate speed, recommended
Octopus-v4-Q5_K_S.gguf Q5_K_S 5 2.64 GB 59.95 moderate speed, recommended
Octopus-v4-Q5_K_M.gguf Q5_K_M 5 2.82 GB 53.31 fast, good quality, recommended
Octopus-v4-Q6_K.gguf Q6_K 6 3.14 GB 52.15 large, not very recommended
Octopus-v4-Q8_0.gguf Q8_0 8 4.06 GB 50.10 very large, good quality
Octopus-v4-f16.gguf f16 16 7.64 GB 30.61 extremely large

Quantized with llama.cpp

Runs of NexaAI octo-net-gguf on huggingface.co

554
Total runs
0
24-hour runs
27
3-day runs
77
7-day runs
77
30-day runs

More Information About octo-net-gguf huggingface.co Model

More octo-net-gguf license Visit here:

https://choosealicense.com/licenses/cc-by-nc-4.0

octo-net-gguf huggingface.co

octo-net-gguf huggingface.co is an AI model on huggingface.co that provides octo-net-gguf's model effect (), which can be used instantly with this NexaAI octo-net-gguf model. huggingface.co supports a free trial of the octo-net-gguf model, and also provides paid use of the octo-net-gguf. Support call octo-net-gguf model through api, including Node.js, Python, http.

octo-net-gguf huggingface.co Url

https://huggingface.co/NexaAI/octo-net-gguf

NexaAI octo-net-gguf online free

octo-net-gguf huggingface.co is an online trial and call api platform, which integrates octo-net-gguf's modeling effects, including api services, and provides a free online trial of octo-net-gguf, you can try octo-net-gguf online for free by clicking the link below.

NexaAI octo-net-gguf online free url in huggingface.co:

https://huggingface.co/NexaAI/octo-net-gguf

octo-net-gguf install

octo-net-gguf is an open source model from GitHub that offers a free installation service, and any user can find octo-net-gguf on GitHub to install. At the same time, huggingface.co provides the effect of octo-net-gguf install, users can directly use octo-net-gguf installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

octo-net-gguf install url in huggingface.co:

https://huggingface.co/NexaAI/octo-net-gguf

Url of octo-net-gguf

octo-net-gguf huggingface.co Url

Provider of octo-net-gguf huggingface.co

NexaAI
ORGANIZATIONS

Other API from NexaAI

huggingface.co

Total runs: 1.3K
Run Growth: -484
Growth Rate: -38.05%
Updated:August 09 2025
huggingface.co

Total runs: 793
Run Growth: -109
Growth Rate: -13.75%
Updated:August 21 2025
huggingface.co

Total runs: 634
Run Growth: -567
Growth Rate: -89.43%
Updated:November 14 2025
huggingface.co

Total runs: 556
Run Growth: -1
Growth Rate: -0.18%
Updated:May 21 2024
huggingface.co

Total runs: 486
Run Growth: 0
Growth Rate: 0.00%
Updated:July 22 2025
huggingface.co

Total runs: 258
Run Growth: -17
Growth Rate: -6.59%
Updated:September 28 2025
huggingface.co

Total runs: 155
Run Growth: 17
Growth Rate: 10.97%
Updated:November 07 2025
huggingface.co

Total runs: 74
Run Growth: 4
Growth Rate: 5.41%
Updated:July 22 2025
huggingface.co

Total runs: 58
Run Growth: 40
Growth Rate: 68.97%
Updated:December 03 2025
huggingface.co

Total runs: 54
Run Growth: -1
Growth Rate: -1.85%
Updated:May 05 2024
huggingface.co

Total runs: 52
Run Growth: 4
Growth Rate: 7.69%
Updated:January 10 2026
huggingface.co

Total runs: 37
Run Growth: 25
Growth Rate: 67.57%
Updated:January 13 2026
huggingface.co

Total runs: 23
Run Growth: 20
Growth Rate: 86.96%
Updated:November 07 2025
huggingface.co

Total runs: 16
Run Growth: -2
Growth Rate: -12.50%
Updated:September 04 2024
huggingface.co

Total runs: 14
Run Growth: 10
Growth Rate: 71.43%
Updated:October 28 2025
huggingface.co

Total runs: 13
Run Growth: 7
Growth Rate: 53.85%
Updated:December 17 2025
huggingface.co

Total runs: 10
Run Growth: 2
Growth Rate: 20.00%
Updated:January 13 2026
huggingface.co

Total runs: 5
Run Growth: 0
Growth Rate: 0.00%
Updated:December 16 2025