Other
openai.com
OpenAI sandbox and mock API
APIs for sampling from and fine-tuning language models Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 28
- Collections
- -
- Event types
- -
example request
curl https://your-openai.slurry.io/v1/engines \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.2.0.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 28.
- POST/answers
- POST/audio/transcriptions
- POST/audio/translations
- POST/chat/completions
- POST/classifications
- POST/completions
- POST/edits
- POST/embeddings
- GET/engines
- GET/engines/{engine_id}
- POST/engines/{engine_id}/search
- GET/files