README / README.md
joteqthefirst's picture
Update README.md
613788f verified
|
Raw
History Blame Contribute Delete
2.46 kB

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 / GGUF confam-nano β€” runs on Jetson Orin Nano
EmbeddingGemma-300m / GGUF confam-embed-text-local β€” local CPU embeddings

Healthcare AI β€” Under Evaluation

Model Use Case
MedGemma 1.5 4B / GGUF Medical text and image understanding
MedGemma 4B / 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

pip install confamnode
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


Built in Abuja, Nigeria by JoTeq the First