OpenAI: GPT
openai/gptA general-purpose GPT family for reasoning, coding, writing, and multimodal work. Newton’s will publish an exact model ID when it is available.
- Modalities
- Text, image, file → text
- In / Out Price
- — / — per 1M
- Context
- Not published
- Released
- Varies by version
- Knowledge Cutoff
- Varies by version
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 | Verifying | — | — | — |
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 IDPending
- PricingPending
- Usage accountingReview your request in Activity
- Billing verificationPending
Quick Start
Browse models or check availability again after this model is available.
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":"openai-gpt","input":"Hello from Newtons"}'Activity
Request-level tokens, cost, model identity, and latency appear in your Activity after you make a request.
Open Activity →