Skip to content
Merged
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
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
"learn/rust-llm-gateway",
"learn/audio-research-notebook",
"learn/wallet-budget-agent",
"learn/voice-agent",
"learn/apify-terminal-agent"
]
}
Expand Down
7 changes: 7 additions & 0 deletions learn.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Learn"
sidebarTitle: "Overview"
description: "Complete, runnable projects built on the Venice API, from short walkthroughs to full repositories."

Check warning on line 4 in learn.mdx

View check run for this annotation

Mintlify / Mintlify Validation (veniceai) - vale-spellcheck

learn.mdx#L4

Did you really mean 'walkthroughs'?
"og:title": "Learn | Venice API Docs"
---

Expand All @@ -9,7 +9,7 @@

<div className="venice-learn-section">

## Walkthroughs

Check warning on line 12 in learn.mdx

View check run for this annotation

Mintlify / Mintlify Validation (veniceai) - vale-spellcheck

learn.mdx#L12

Did you really mean 'Walkthroughs'?

<p className="venice-learn-lede">One capability, start to finish. Read the page, or open the notebook and run it.</p>

Expand Down Expand Up @@ -114,12 +114,19 @@
<span className="venice-learn-desc">Grounded, citable answers from your own documents with re-ranked retrieval.</span>
<span className="venice-learn-meta">Python · 9 min</span>
</a>
<a className="venice-learn-card" href="/learn/voice-agent">
<span className="venice-learn-card-head">
<span className="venice-learn-icon"><Icon icon="wave-sine" /></span>
<span className="venice-learn-title">Terminal Voice Agent</span>
</span>
<span className="venice-learn-desc">A talking terminal agent from three endpoints: transcribe, stream a reply, speak it.</span>
<span className="venice-learn-meta">Python · 14 min</span>
<a className="venice-learn-card" href="/learn/apify-terminal-agent">
<span className="venice-learn-card-head">
<span className="venice-learn-icon"><Icon icon="terminal" /></span>
<span className="venice-learn-title">Terminal Agent with Apify</span>

Check warning on line 127 in learn.mdx

View check run for this annotation

Mintlify / Mintlify Validation (veniceai) - vale-spellcheck

learn.mdx#L127

Did you really mean 'Apify'?
</span>
<span className="venice-learn-desc">A CLI agent that reasons with Venice and scrapes the live web through Apify Actors over MCP.</span>

Check warning on line 129 in learn.mdx

View check run for this annotation

Mintlify / Mintlify Validation (veniceai) - vale-spellcheck

learn.mdx#L129

Did you really mean 'Apify'?
<span className="venice-learn-meta">Python · 11 min</span>
</a>
</div>
Expand Down
Loading
Loading