Baltor Get started

Models

Hemmingway-1

By Altworld. 26.9 billion parameters, a context window of 262,144 tokens and the licence cc-by-nc-4.0.

Facts

Released
2026-09-20 the day the repository was first published on Hugging Face Hugging Face, read
Licence
cc-by-nc-4.0 the licence the model card declares Hugging Face, read
Open weights
Yes the weights are published in this Hugging Face repository Hugging Face, read
Parameters
26.9 billion counted from the safetensors weight files Hugging Face, read
Active parameters
Unknown
Knowledge cutoff
Unknown
Context window
  • 262,144 tokens the maximum position embeddings in the model configuration model configuration, read
Longest output
Unknown
Tool calling
Unknown
Structured output
Unknown
Reasoning controls
Unknown
Inputs and outputs
text in, text out Hugging Face, read
Good for
No source names a use.

Prices

No source lists a price for this model. It may only run on your own hardware.

Run it on your own hardware

Weights are the sizes of the files a source lists, or an estimate from the parameter count where none does. Memory is an estimate: weights plus KV cache plus 512 MiB and 5 percent of the weights for runtime buffers. Check it against your hardware.

QuantizationWeightsMemory at 8,192 tokensMemory at 32,768 tokens
IQ2_XXS8.3 GiB9.7 GiB11.2 GiB
IQ2_XS8.5 GiB9.9 GiB11.4 GiB
IQ2_S9.0 GiB10.5 GiB12.0 GiB
IQ2_M9.8 GiB11.3 GiB12.8 GiB
Q2_K10.1 GiB11.6 GiB13.1 GiB
IQ3_XXS11.5 GiB13.0 GiB14.5 GiB
Q3_K_S11.9 GiB13.5 GiB15.0 GiB
IQ3_XS11.9 GiB13.5 GiB15.0 GiB
Q3_K_M12.5 GiB14.1 GiB15.6 GiB
Q3_K_L13.2 GiB14.8 GiB16.3 GiB
IQ3_M13.8 GiB15.5 GiB17.0 GiB
IQ4_XS14.4 GiB16.1 GiB17.6 GiB
Q4_015.2 GiB17.0 GiB18.5 GiB
Q4_K_S15.2 GiB17.0 GiB18.5 GiB
IQ4_NL16.2 GiB18.1 GiB19.6 GiB
Q4_K_M16.2 GiB18.1 GiB19.6 GiB
Q4_116.6 GiB18.4 GiB19.9 GiB
Q4_K_L17.5 GiB19.4 GiB20.9 GiB
Q5_K_S18.2 GiB20.1 GiB21.6 GiB
Q5_K_M19.5 GiB21.5 GiB23.0 GiB
Q6_K_S21.3 GiB23.4 GiB24.9 GiB
Q6_K22.2 GiB24.3 GiB25.8 GiB
Q6_K_L23.2 GiB25.4 GiB26.9 GiB
Q8_027.1 GiB29.5 GiB31.0 GiB
BF1650.9 GiB54.4 GiB55.9 GiB

Start it with a local runtime

  • Ollama
    ollama run hf.co/bartowski/Altworld_Hemmingway-1-GGUF:Q4_0
  • LM Studio
    lms get bartowski/Altworld_Hemmingway-1-GGUF
    lms server start
  • llama.cpp server
    llama-server -hf bartowski/Altworld_Hemmingway-1-GGUF:Q4_0 --jinja
  • vLLM
    vllm serve Altworld/Hemmingway-1
  • SGLang
    sglang serve --model-path Altworld/Hemmingway-1 --port 30000

Use it from your harness

Set up for Ollama with the model hf.co/bartowski/Altworld_Hemmingway-1-GGUF:Q4_0. Each endpoint page has the same setup for its own address.

OpenCode

Put this in opencode.json in your project folder:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "ollama": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Ollama",
      "options": {
        "baseURL": "http://localhost:11434/v1"
      },
      "models": {
        "hf.co/bartowski/Altworld_Hemmingway-1-GGUF:Q4_0": {
          "name": "Hemmingway-1"
        }
      }
    }
  }
}
  • OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.

From OpenCode documentation, read .

Pi

Put this in ~/.pi/agent/models.json:

{
  "providers": {
    "ollama": {
      "baseUrl": "http://localhost:11434/v1",
      "api": "openai-completions",
      "apiKey": "ollama",
      "models": [
        {
          "id": "hf.co/bartowski/Altworld_Hemmingway-1-GGUF:Q4_0"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Put this in a terminal:

codex --oss --local-provider ollama -m hf.co/bartowski/Altworld_Hemmingway-1-GGUF:Q4_0
  • Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.

From Codex documentation, read .

Claude Code

Put this in ~/.claude/settings.json, or variables in your shell:

export ANTHROPIC_BASE_URL="http://localhost:11434"
export ANTHROPIC_AUTH_TOKEN="ollama"
export ANTHROPIC_MODEL="hf.co/bartowski/Altworld_Hemmingway-1-GGUF:Q4_0"
claude
  • Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.

From Claude Code documentation, read .

Published results

These are results other people published. Baltor did not run them and does not rank models by them.