Skip to main content

Ultra-fast AI platform: Cloud API + On-device language models

Project description

🚀 Sixfinger - Ultra-Fast AI API

PyPI Python License

~1,100 chars/sec - 10-20x faster than OpenAI/Claude!

⚡ Features

  • 🚀 Ultra-fast: ~1,100 characters/second
  • 🤖 9 AI Models: Llama 3.1/3.3, Qwen3, GPT-OSS, etc.
  • 🇹🇷 Turkish optimized: Qwen3-32B
  • 💬 Conversation context
  • 📡 Streaming support
  • 💰 Free tier: 200 requests/month

📦 Installation

pip install sixfinger
For async support:

Bash

pip install sixfinger[async]
🔑 Get API Key
Sign up
Verify email
Get key from Dashboard
🚀 Quick Start
Python

from sixfinger import API

client = API(api_key="sixfinger_xxx")
response = client.chat("Merhaba!")
print(response.content)
Conversation
Python

from sixfinger import API

client = API(api_key="sixfinger_xxx")
conv = client.conversation()

conv.send("Merhaba!")
conv.send("Python nedir?")
conv.send("Neden popüler?")  # Remembers context!
Streaming
Python

from sixfinger import API

client = API(api_key="sixfinger_xxx")

for chunk in client.chat("Tell me a story", stream=True):
    print(chunk, end='', flush=True)
Async
Python

import asyncio
from sixfinger import AsyncAPI

async def main():
    async with AsyncAPI(api_key="sixfinger_xxx") as client:
        response = await client.chat("Merhaba!")
        print(response.content)

asyncio.run(main())
Model Selection
Python

# Auto model (recommended)
response = client.chat("Merhaba!")

# Turkish
response = client.chat("Osmanlı tarihi", model="qwen3-32b")

# Complex tasks
response = client.chat("Explain quantum physics", model="llama-70b")

# Fast
response = client.chat("Quick answer", model="llama-8b-instant")
🤖 Available Models
Model	Key	Size	Language	Plan
Llama 3.1 8B Instant	llama-8b-instant	8B	Multilingual	FREE+
Allam 2 7B	allam-2-7b	7B	Turkish/Arabic	FREE+
Qwen3 32B 	qwen3-32b	32B	Turkish	STARTER+
Llama 3.3 70B	llama-70b	70B	Multilingual	STARTER+
GPT-OSS 120B	gpt-oss-120b	120B	Multilingual	PRO+
📊 Rate Limits
Plan	Price	Requests/Month	Tokens/Month
FREE	$0	200	20K
STARTER	$79	3K	300K
PRO	$199	75K	7.5M
PLUS	$499	500K	50M
📚 Documentation
Full docs: https://sfapi.pythonanywhere.com

🤝 Support
Email: sixfingerdev@gmail.com

📄 License
MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sixfinger-1.1.0.tar.gz (27.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sixfinger-1.1.0-py3-none-any.whl (24.0 kB view details)

Uploaded Python 3

File details

Details for the file sixfinger-1.1.0.tar.gz.

File metadata

  • Download URL: sixfinger-1.1.0.tar.gz
  • Upload date:
  • Size: 27.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for sixfinger-1.1.0.tar.gz
Algorithm Hash digest
SHA256 a55373843aa6469196de0b96b84f11f69951a48f6c608e2119570fe1a0530193
MD5 627bec76004591f2bdac198631dc4402
BLAKE2b-256 8de3538ab01e6fd2bdc51eb9c2f02f837d6ef62ca45b2e78b837d9bbaa1ea475

See more details on using hashes here.

File details

Details for the file sixfinger-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: sixfinger-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 24.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for sixfinger-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8cf7a3fdf77ca8c43e127dbb936e4a11dda69084dbf78081b86377f50141eee2
MD5 a24266891a0005fa89cdb8c0502a30b0
BLAKE2b-256 c961933a80b8d1c02cedec0b8ab4c6dee2814bed2789660f42ff3b96336b523f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page