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.1.tar.gz (188.3 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.1-py3-none-any.whl (194.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: blastai-0.1.1.tar.gz
  • Upload date:
  • Size: 188.3 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.1.tar.gz
Algorithm Hash digest
SHA256 04a64f9945de60256df1145fd6f18e8b629494528f1bd9e9997268aa964f5e94
MD5 63036a9122048f93c1d23fbdb549cc6d
BLAKE2b-256 8ca4cf495b20b90ee6101fd53fa5f118bdda7d15221b097b93e84b0b3fb40c71

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blastai-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 194.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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c46a49f496bc5e06ae9be36166d8c6b1ae7b9bdfcb78f7798e82206d1ff0ae5c
MD5 12397d50a465eda2cb1c828686e35be0
BLAKE2b-256 e800641b8d7a68521af4b1a9b146f799380a8090bf8e98ad0e4ea4c441fb5152

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