Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion snippets/integrations/cards/botpress/fireworks-ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Here's a reference for all [Cards](/studio/concepts/cards/introduction) availabl
>
<span>{"Model to use for content generation"}</span>

Available options: `accounts/fireworks/models/deepseek-r1-0528`, `accounts/fireworks/models/deepseek-v3-0324`, `accounts/fireworks/models/llama4-maverick-instruct-basic`, `accounts/fireworks/models/llama4-scout-instruct-basic`, `accounts/fireworks/models/llama-v3p3-70b-instruct`, `accounts/fireworks/models/llama-v3p1-70b-instruct`, `accounts/fireworks/models/llama-v3p1-8b-instruct`, `accounts/fireworks/models/mixtral-8x22b-instruct`, `accounts/fireworks/models/mythomax-l2-13b`, `accounts/fireworks/models/gemma2-9b-it`, `accounts/fireworks/models/gpt-oss-20b`, `accounts/fireworks/models/gpt-oss-120b`
Available options: `accounts/fireworks/models/llama4-maverick-instruct-basic`, `accounts/fireworks/models/llama4-scout-instruct-basic`, `accounts/fireworks/models/llama-v3p3-70b-instruct`, `accounts/fireworks/models/llama-v3p1-70b-instruct`, `accounts/fireworks/models/llama-v3p1-8b-instruct`, `accounts/fireworks/models/mixtral-8x22b-instruct`, `accounts/fireworks/models/mythomax-l2-13b`, `accounts/fireworks/models/gemma2-9b-it`, `accounts/fireworks/models/gpt-oss-20b`, `accounts/fireworks/models/gpt-oss-120b`
</ResponseField>
</Expandable>
</ResponseField>
Expand Down Expand Up @@ -262,6 +262,12 @@ Available options: `text`, `json_object`
type="string"
>
<span>{"Name of the integration that originally received the message that initiated this action"}</span>
</ResponseField>
<ResponseField
name="metadata"
type="object"
>
<span>{"Arbitrary key-value metadata to attach to usage records for this call, e.g. a conversationId to break down usage by conversation"}</span>
</ResponseField>
</Expandable>
</ResponseField>
Expand Down
Loading
Loading