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.2.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.2-py3-none-any.whl (199.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: blastai-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 9ebdc2e1cb0dc0d81bbf8537b077eb19158370cb76456392a4b1ba556de0d685
MD5 8d6a99b93a944cab689b2d22b0024746
BLAKE2b-256 349fa424a10269d9d5642d92b4d3510f0192b04d586657e37d1f239ff149cc24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blastai-0.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2e27882083ae38a3c2c639c97555aea106e5662fd862309b7029e69db00ed7c5
MD5 d3fbcf2b6c18e9b5f180f32c2253f3ad
BLAKE2b-256 5e2d06df6d0825fdf53664289cf9184656814339c7de9602d22510393a4367c1

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