How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="optimum-intel-internal-testing/tiny-random-gpt-oss-mxfp4")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("optimum-intel-internal-testing/tiny-random-gpt-oss-mxfp4", dtype="auto")
Quick Links

Configuration Parsing Warning:Config file config.json cannot be fetched (too big)

README.md exists but content is empty.
Downloads last month
68,816
Safetensors
Model size
6.87M params
Tensor type
BF16
·
U8
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support