AetherCode Coder
AetherCode Coder is a drop-in replacement for OpenAI's /v1/chat/completions endpoint, purpose-built for code generation with a clear billing guarantee: you only pay for verified Python code. When a response contains a single Python code block, it is processed through the 5-gate ATLAS verifier (syntax, static analysis, import resolution, smoke execution, contract check). When verification fails,…
AetherCode Coder endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create Chat Completion /v1/chat/completions |
Generate code completions via an OpenAI-compatible interface. Every response passes the 5-gate ATLAS verifier before being returned. If the generated code fails verification and… |
| GET |
List Available Models /v1/models |
Returns the list of available models supported by the AetherCode API. OpenAI-compatible response format for drop-in SDK compatibility. |
AetherCode Coder pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $29 / month | 60 / minute |
|
| ULTRA | $99 / month | 300 / minute |
|
| MEGA | $299 / month | 1000 / minute |
|