import requests

API_URL = "https://api-inference.huggingface.co/models/bigscience/bloom" headers = {"Authorization": "Bearer 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"}

def query(payload): response = requests.post(API_URL, headers=headers, json=payload) return response.json()

output = query({ "inputs": "Can you please let us know more details about your ", })

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.