Skip to main content
Welcome to Incredible! The fastest way to get started is with a single API call—say “Hello, Incredible!” using cURL.

📡 Make Your First API Call

Run the following cURL command to send your first request:
Example output:
The output includes what the model was “thinking” before it gave the user a “response”.
Quick note: The model can also perform other types of server-side actions, and will include the results from those in the response. The full response needs to be added to future messages. Tip: copy all items from the response into your messages so the model can use them in subsequent steps.

Taking actions

Using function calling.

Capabilities

Learn about streaming responses and more.

Cookbook

Example projects you can try out.