NEXA FORGE
AL

Atheron Labs

Pro Plan

Settings

Manage your account and API keys.

API Keys

Use these keys to authenticate with the Nexa Forge SDK.

Loading keys...

SDK Usage

# Install the SDK

pip install nexa-forge

# Initialize client

from nexa_forge import NexaForgeClient

client = NexaForgeClient(api_key="YOUR_API_KEY")

# Submit a job

job = client.generate(domain="biology", num_samples=100)

print(f"Job started: {job['job_id']}")