← All models
FELA Coming soon

FELA - Fourier Encoder with Linear Attention

Text generation, code, agentic coding

An 8B coding model powered by our ultra efficient FELA architecture. Built for long context engineering work that stays on your machine, efficient even on CPU inference. Open weights with quantized variants, for both general chats and coding uses. Available both via self deploy options and an API.

License Hippocratic License 3.0
API accessYes
Docker / self-deployYes (AWS 3rd-party)

Use via API

curl https://gimmelowdown.com/api/v1/models/fela-8b/infer \
  -H "Authorization: Bearer $LOWDOWN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input": "Explain quicksort in Python"}'