#!/bin/bash echo "🚀 Starting MAX Server with Gemma-4-31B..." max serve --model ./gemma-4-31B --port 8000 # Note: Once this is running, your model acts exactly like the OpenAI API!