You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/ecosystem/[slug]/(active)/configuration/components/client/auth-options-form.client.tsx
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/analytics/chart/InAppWalletUsersChartCard.stories.tsx
The thirdweb AI chat API is a standard OpenAI-compatible chat completion API that allows you to interact with the thirdweb AI model, specialized for blockchain interactions.
7
-
8
-
The thirdweb proprietary model is optimized for blockchain interactions and can:
5
+
The thirdweb AI chat API is a standard OpenAI-compatible chat completion API that allows you to interact with the thirdweb AI model, optimized for blockchain interactions.
9
6
10
7
- Query real-time data from the blockchain
11
8
- Analyze transactions
12
9
- Fetch token balances, prices and metadata
13
10
- Prepare any contract call or transaction for signing
14
-
- Prepare swaps from any token pair
11
+
- Prepare swaps from/to any token pair
15
12
- Deploy contracts
16
13
- Generate images
17
-
- Search the web for information
14
+
- Search the web
18
15
- And more!
19
16
20
-
You can use the API with the API directly, or with any OpenAI-compatible client library.
17
+
You can use the API with the HTTP API directly, or with any OpenAI-compatible client library.
0 commit comments