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.0.tar.gz (187.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.0-py3-none-any.whl (194.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: blastai-0.1.0.tar.gz
  • Upload date:
  • Size: 187.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.0.tar.gz
Algorithm Hash digest
SHA256 0447b88059aac47f6a28ff1522ea0bbcb152746d43d59dd9fec379ff54a74228
MD5 a498dcdd8021861edb41b3a691a26079
BLAKE2b-256 af5afb2776af38e52c26ae5d39812a82a9d0406022f9d1a453e5a3fd1678c383

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blastai-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 194.4 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4aa6d44dac331b0b6517df13a57043381c9910cc88085a81bd2a44574a4381db
MD5 d7544a3c35fdc519437115f6ed12e758
BLAKE2b-256 fb61e27b65eeafd436d31a36e8bdfafb8ab19e0808d6e5ae206271e848d1c765

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