Here’s how you can make your first API request using the ShuttleAI API. Replace $SHUTTLEAI_API_KEY
with your API key, which you can find on our Dashboard.
When you send a request to the shuttle-3 model with specified parameters like max_tokens and temperature, you’ll receive a response akin to this:
This response illustrates the successful processing of your ChatCompletion
request.
max_tokens
limit. Other possible values include “stop” and “tool_calls”.max_tokens
.Want to receive data in real-time as it’s generated?
Explore Streaming!
Here’s how you can make your first API request using the ShuttleAI API. Replace $SHUTTLEAI_API_KEY
with your API key, which you can find on our Dashboard.
When you send a request to the shuttle-3 model with specified parameters like max_tokens and temperature, you’ll receive a response akin to this:
This response illustrates the successful processing of your ChatCompletion
request.
max_tokens
limit. Other possible values include “stop” and “tool_calls”.max_tokens
.Want to receive data in real-time as it’s generated?
Explore Streaming!