from xai_sdk import Client
client = Client()
batch = client.batch.create(batch_name="your_first_batch")print(f"Created new batch: {batch}")
· Sign up or log in to comment