Skip to main content

Browser-LLM Auto-Scaling Technology

Project description

BLAST Logo

A high-performance serving engine for web browsing AI.

Website Documentation Discord Twitter Follow

BLAST UI Demo

❓ Use Cases

  1. I want to add web browsing AI to my app... BLAST serves web browsing AI with an OpenAI-compatible API and concurrency and streaming baked in.
  2. I need to automate workflows... BLAST will automatically cache and parallelize to keep costs down and enable interactive-level latencies.
  3. Just want to use this locally... BLAST makes sure you stay under budget and not hog your computer's memory.

🚀 Quick Start

pip install blastai && blastai serve
from openai import OpenAI

client = OpenAI(
    api_key="not-needed",
    base_url="http://127.0.0.1:8000"
)

# Stream real-time browser actions
stream = client.responses.create(
    model="not-needed",
    input="Compare fried chicken reviews for top 10 fast food restaurants",
    stream=True
)

for event in stream:
    if event.type == "response.output_text.delta":
        print(event.delta if " " in event.delta else "<screenshot>", end="", flush=True)

✨ Features

  • 🔄 OpenAI-Compatible API Drop-in replacement for OpenAI's API
  • 🚄 High Performance Automatic parallelism and prefix caching
  • 📡 Streaming Stream browser-augmented LLM output to users
  • 📊 Concurrency Out-of-the-box support many users with efficient resource management

📚 Documentation

Visit documentation to learn more.

🤝 Contributing

Awesome! See our Contributing Guide for details.

📄 MIT License

As it should be!

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

blastai-0.1.3.tar.gz (193.7 kB view details)

Uploaded Source

Built Distribution

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

blastai-0.1.3-py3-none-any.whl (199.9 kB view details)

Uploaded Python 3

File details

Details for the file blastai-0.1.3.tar.gz.

File metadata

  • Download URL: blastai-0.1.3.tar.gz
  • Upload date:
  • Size: 193.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for blastai-0.1.3.tar.gz
Algorithm Hash digest
SHA256 3977f808a3b9b299cea07c778ae9ed5429f16cf55010c858d9c97809f0e30c88
MD5 0c7c5766243da1b22f510b0b1b9fdf63
BLAKE2b-256 22e410bf80aaf89461e2fdaa66655806cf0944c47111e9128a5c981d95ec11c2

See more details on using hashes here.

File details

Details for the file blastai-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: blastai-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 199.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for blastai-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bc9860d0885bc6ad25f79daead287f720f24871bef8efa8065a5dd04809e62af
MD5 287641dd1e8c734d6170b9a29661eee5
BLAKE2b-256 5d649e0ee22dfb94177b64d65a71393a75836215e03d630d4eea8a530f383939

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