Spaces:
Configuration error
Configuration error
File size: 2,461 Bytes
613788f 58bde2c 613788f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | # ConfamNode π³π¬
**The Nigerian AI inference gateway**
ConfamNode gives Nigerian developers and businesses access
to leading AI models β billed in Naira, not USD.
## Models Hosted Here
This organization hosts the open-source models that power
ConfamNode's local inference tier β running entirely on
Nigerian hardware, data never transmitted abroad.
### Powering ConfamNode Today
| Model | Powers |
|---|---|
| [Qwen3.5-4B](https://huggingface.co/confamnode/Qwen3.5-4B) / [GGUF](https://huggingface.co/confamnode/Qwen3.5-4B-GGUF) | `confam-nano` β runs on Jetson Orin Nano |
| [EmbeddingGemma-300m](https://huggingface.co/confamnode/embeddinggemma-300m) / [GGUF](https://huggingface.co/confamnode/embeddinggemma-300m-GGUF) | `confam-embed-text-local` β local CPU embeddings |
### Healthcare AI β Under Evaluation
| Model | Use Case |
|---|---|
| [MedGemma 1.5 4B](https://huggingface.co/confamnode/medgemma-1.5-4b-it) / [GGUF](https://huggingface.co/confamnode/medgemma-1.5-4b-it-GGUF) | Medical text and image understanding |
| [MedGemma 4B](https://huggingface.co/confamnode/medgemma-4b-it) / [GGUF](https://huggingface.co/confamnode/medgemma-4b-it-GGUF) | Medical text and image understanding |
We're evaluating MedGemma for a future **confam-med** model
β local, NDPA-aware AI for Nigerian hospitals and clinics,
keeping sensitive patient data on Nigerian soil.
### Under Evaluation
We maintain mirrors of additional open-source models β
including Gemma 4, Qwen3-4B, and Ministral-3 β as candidates
for future local ConfamNode deployments.
## What ConfamNode Offers
- **Cloud models** β aggregated access to Gemini, DeepSeek,
and other leading AI models via a single API
- **Local models** β AI running entirely on Nigerian
hardware, for businesses requiring data residency
(banks, fintechs, healthcare, government)
- **Naira billing** β pay-as-you-go, no USD, no subscriptions
## Get Started
```bash
pip install confamnode
```
```python
from confamnode import ConfamNode
client = ConfamNode(api_key="confam-sk-xxx")
ansa = client.gist(model="confam-nano", messages="How far?")
print(ansa.text)
print(ansa.is_local) # True
```
## Links
- PyPI: [pypi.org/project/confamnode](https://pypi.org/project/confamnode)
- GitHub: [github.com/confamnodeai](https://github.com/confamnodeai)
- Contact: hello@confamnode.com
---
Built in Abuja, Nigeria by [JoTeq the First](https://github.com/confamnodeai) |