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-2.1.0.tar.gz (30.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-2.1.0-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for sixfinger-2.1.0.tar.gz
Algorithm Hash digest
SHA256 ac47e60d3fcf1927c77dd785f89916e14b8339a610ce369acf8a99f6f9fc93d0
MD5 32c6b4d4f24f304e00bbbd290df99d3b
BLAKE2b-256 4f11ec09d4ec6a8450562fc790c86904923adba544b880acc02e015fd7e11fa1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sixfinger-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 64cf3f6b257d562ee2326dd3aa055626773b967e2c251fabee0978d09b12fd47
MD5 4a09005f29c47f8c33b56772cc2d2e14
BLAKE2b-256 acf7c7db26fa9891c700e0799c8d09e00865d430325252522536dbe7617c8e6c

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