1
1
Fork
You've already forked fastapi-apertus
1
Apertus (Swiss LLM) hosted on FastAPI with Hugging Face transformers
  • Python 94.6%
  • Dockerfile 5.4%
2026年02月19日 13:11:14 +01:00
.gitattributes HF style README 2025年09月02日 22:30:16 +02:00
.gitignore Initial release 🫂 2025年09月02日 22:22:08 +02:00
.python-version Added pyproject 2025年09月10日 23:13:10 +02:00
app.py Quantization config 2025年09月16日 14:54:44 +02:00
Dockerfile Dockerfile 2025年09月14日 22:36:18 +02:00
LICENSE Xielu support 2025年09月14日 22:21:48 +02:00
pyproject.toml Updated requirements 2026年02月19日 13:11:14 +01:00
README.md Requirements 2025年09月14日 22:34:25 +02:00
requirements.txt Updated requirements 2026年02月19日 13:11:14 +01:00
system_prompt.md Recommended system prompt 2025年09月16日 13:57:33 +02:00
uv.lock Updated requirements 2026年02月19日 13:11:14 +01:00

title emoji colorFrom colorTo sdk app_port fullWidth suggested_storage suggested_hardware tags license
Apertus on FastAPI 🌖 red gray docker 8000 false small t4-medium
apertus
apache-2.0

Apertus transformer on FastAPI

A FastAPI-based Python application that provides an API to interface with the Apertus LLM from the Swiss AI Initiative.

The OpenAI-compatible API is inspired by openai-compatible-fastapi.

The goal is to use the Apertus Format API in a lightweight service with an efficient, paged attention mechanism.

If you're debugging locally, it may help you to use tiny-random/apertus instead of the full model.

Terms of use

For more information on Apertus, go to https://huggingface.co/swiss-ai

This is an open source project under the Apache 2.0 License

If you have further suggestions please leave them on Codeberg Issues