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.6.tar.gz (194.0 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.6-py3-none-any.whl (200.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: blastai-0.1.6.tar.gz
  • Upload date:
  • Size: 194.0 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.6.tar.gz
Algorithm Hash digest
SHA256 4cb3077454649daa3d80c7040350add09404482a3be219ca70bfdb5f35d9f606
MD5 9bea96021b28bdf9a15757320f18d885
BLAKE2b-256 0c0fcf519cf71ffd5b18fa1550bd4106e5f637157ba9849236fe296a9d3cfc3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blastai-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 200.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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 ef3fe317c6105688eb56a489cc30f29726f1b2ba085acb349aa24b8fea2a1a89
MD5 0a2cc8eb6b8b70864a009225cf9f1b21
BLAKE2b-256 823820b883b3724dd4d9700b2b272fc01077c137836d3c2264998e84b3785af5

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