OpenAI: GPT-5.6 Terra
gpt-5.6-terraGPT-5.6 Terra is available through Newton’s OpenAI-compatible API.
- Modalities
- Text → text
- In / Out Price
- $1.0976 / $6.5856 per 1M
- Context
- Not published
- Released
- Not published
- Knowledge Cutoff
- Not published
Providers
Newtons exposes one customer-facing gateway route. Supplier and upstream routing details are kept internal.
| Route | Status | Input /M | Output /M | Cache read /M |
|---|---|---|---|---|
| Newtons gateway OpenAI-compatible API | Available | $1.0976 | $6.5856 | $0.00 |
Pricing
Activity records the token rates and any per-request fee used for each request. Cached input is shown separately when published.
Performance
Latency and throughput history are still collecting. Newton’s will show percentile, time window, and sample size once enough production observations exist.
Availability
Availability history is not yet published. Current catalog state is shown without converting a single verification run into an uptime claim.
Availability and evidence
Catalog availability does not by itself establish every capability or billing check. Integration-specific results appear in Quick Start when published.
- Published model IDgpt-5.6-terra
- PricingPublished above
- Usage accountingReview your request in Activity
- Billing verificationPending
Quick Start
Use the OpenAI-compatible API with the exact model ID.
curl https://api.newtons.dev/v1/responses \
-H "Authorization: Bearer $NEWTONS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.6-terra","input":"Hello from Newtons"}'Activity
Request-level tokens, cost, model identity, and latency appear in your Activity after you make a request.
Open Activity →