🔧 ThalosForge API v2.0

High-performance optimization for problems where standard solutions fail.

Quick Start

curl -X POST https://api.thalosforge.com/v1/optimize \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "bounds": [[-5.12, 5.12], [-5.12, 5.12], [-5.12, 5.12]],
    "objective_expression": "10*n + sum(x**2 - 10*cos(2*pi*x))",
    "engine": "dss"
  }'

Endpoints

POST /v1/optimize

Run optimization. Requires API key.

GET /v1/usage

Get your usage stats. Requires API key.

POST /v1/keys

Create a free API key.

GET /v1/engines

List available optimization engines.

Documentation

Interactive API Docs (Swagger) | ReDoc | Dashboard

Pricing

Tier Price Optimizations/mo Max Dims
Free $0 500 50
Pro $149/mo 10,000 500
Team $499/mo 50,000 1,000
Enterprise Custom Unlimited Unlimited

© 2025 ThalosForge Inc.