Create deployments
Add a model ID and create a deployment from the app.
You can call the deployment right away.
Calls use the /v1/responses format.
Create deployments, manage keys, and call one account endpoint.
Three steps.
Step 1
Create a deployment with a model ID.
Step 2
Create an API key for your account.
Step 3
Call the account endpoint with model and input.
Core functions.
Add a model ID and create a deployment from the app.
You can call the deployment right away.
Calls use the /v1/responses format.
Every deployment is served from one account endpoint.
Client code stays simple.
Set the target model in the request body.
App routes require sign-in and use account API keys.
Access stays scoped to your account.