Developer API

Power Your Apps with Polymathic AI

Integrate state-of-the-art AI capabilities into your applications. Physics-informed models, domain expertise, and advanced reasoning—all through a simple REST API.

99.9% Uptime
<100ms Latency
Global CDN
API Capabilities

Enterprise-Grade AI Infrastructure

Production-ready APIs designed for scale, security, and reliability. Built by AI experts for developers who demand the best.

Physics-Informed Models

Access models that respect physical laws. Conservation laws, thermodynamic constraints, and domain-specific physics built into every prediction.

Domain Adaptation

Models that understand your industry. Healthcare, manufacturing, finance, agriculture—trained on domain-specific data and expertise.

Edge Deployment

Run models on-premise or at the edge. Containerized solutions with Docker and Kubernetes support for your infrastructure.

Real-Time Inference

Sub-100ms latency for production workloads. Optimized inference pipelines with batching, caching, and auto-scaling.

Enterprise Security

SOC 2 Type II certified. HIPAA compliant. End-to-end encryption. Your data never trains our models.

SDKs & Integration

Python, JavaScript, Java, Go, and more. OpenAPI spec, Postman collections, and comprehensive documentation.

API Reference

Simple, Powerful Endpoints

RESTful APIs with consistent response formats, comprehensive error handling, and detailed documentation.

POST /v1/analyze

Send data for AI-powered analysis with domain-specific context and reasoning.

Request Body

{
  "prompt": "string",
  "domain": "manufacturing|healthcare|...",
  "data": "object",
  "options": "object"
}
POST /v1/predict

Run physics-informed predictions using specialized domain models.

Request Body

{
  "model": "string",
  "parameters": "object",
  "constraints": "object"
}
GET /v1/models

List available models with metadata, capabilities, and pricing.

Response

{
  "models": [
    {
      "id": "string",
      "name": "string",
      "domain": "string"
    }
  ]
}
POST /v1/embed

Generate domain-specific embeddings for similarity search and RAG applications.

Request Body

{
  "text": "string",
  "model": "string",
  "domain": "string"
}
POST /v1/chat

Conversational interface with domain expertise and tool use capabilities.

Request Body

{
  "messages": [
    {"role": "user", "content": "string"}
  ],
  "tools": ["string"]
}
POST /v1/finetune

Fine-tune base models with your proprietary data for custom applications.

Request Body

{
  "base_model": "string",
  "training_data": "url",
  "config": "object"
}
SDK Examples

Get Started in Minutes

Official SDKs for Python, JavaScript, and more. Install and start building in seconds.

Python

Most Popular

Install:

pip install polymathic-sdk

Quick Start:

from polymathic import Client

client = Client("your-api-key")

result = client.analyze(
    prompt="Optimize our supply chain",
    domain="manufacturing",
    data=supply_chain_data
)

print(result.insights)

JavaScript / TypeScript

Install:

npm install @polymathic/sdk

Quick Start:

import { Polymathic } from '@polymathic/sdk';

const client = new Polymathic({ 
  apiKey: process.env.POLYMATHIC_KEY 
});

const result = await client.analyze({
  prompt: 'Optimize our supply chain',
  domain: 'manufacturing',
  data: supplyChainData
});

console.log(result.insights);

Go

go get github.com/polymathic/sdk-go

Java

Maven Central: polymathic-sdk

C# / .NET

NuGet: Polymathic.SDK

Ruby

gem install polymathic

API Pricing

Pay Only for What You Use

Transparent, usage-based pricing with volume discounts. Start free, scale as you grow.

Developer

For learning and experimentation

$0 /month
  • 1,000 API calls/month
  • All base models
  • Community support
  • Rate limited
Get API Key
Most Popular

Growth

For production applications

$199 /month
  • 100,000 API calls/month
  • All models + early access
  • Priority support
  • 99.9% SLA
Start Free Trial

Enterprise

For large-scale deployments

Custom
  • Unlimited API calls
  • Custom model training
  • Dedicated support
  • On-premise deployment
Contact Sales

Usage-Based Pricing Beyond Plans

$0.001

per analyze call

$0.01

per 1K tokens (chat)

$0.05

per prediction

$2.00

per fine-tune hour

Start Building Today

Get free API access and start integrating state-of-the-art AI into your applications. No credit card required.

Free tier forever
14-day trial
Cancel anytime