High-performance optimization for problems where standard solutions fail.
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"
}'
/v1/optimize
Run optimization. Requires API key.
/v1/usage
Get your usage stats. Requires API key.
/v1/keys
Create a free API key.
/v1/engines
List available optimization engines.
Interactive API Docs (Swagger) | ReDoc | Dashboard
| 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.