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
13 changes: 7 additions & 6 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
"groups": [
{
"group": "Guides",
"pages": [
"guides/overview"
]
"pages": ["guides/overview"]
},
{
"group": "Getting Started",
Expand Down Expand Up @@ -99,6 +97,11 @@
"guides/integrations/vercel-ai-sdk",
"guides/integrations/crewai"
]
},
{
"group": "Projects",
"icon": "hammer",
"pages": ["guides/projects/private-rag-bot"]
}
]
},
Expand Down Expand Up @@ -181,9 +184,7 @@
},
{
"group": "Embeddings",
"pages": [
"api-reference/endpoint/embeddings/generate"
]
"pages": ["api-reference/endpoint/embeddings/generate"]
},
{
"group": "Models",
Expand Down
3 changes: 3 additions & 0 deletions guides/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,18 @@
Structured outputs, reasoning models, prompt caching, and privacy-enhanced models.
</Card>
<Card title="Image & Video" icon="image" href="/guides/media/image-generation">
Image generation, image editing, video generation, references, and upscaling.

Check warning on line 33 in guides/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (veniceai) - vale-spellcheck

guides/overview.mdx#L33

Did you really mean 'upscaling'?
</Card>
<Card title="Agents & Integrations" icon="robot" href="/guides/integrations/ai-agents">
Agent frameworks, messaging bots, crypto RPC, wallet auth, and community integrations.

Check warning on line 36 in guides/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (veniceai) - vale-spellcheck

guides/overview.mdx#L36

Did you really mean 'crypto'?
</Card>
<Card title="Coding Tools" icon="terminal" href="/guides/integrations/claude-code">
Use Venice models with Claude Code, Cursor, and Codex CLI.
</Card>
<Card title="SDKs & Frameworks" icon="puzzle-piece" href="/guides/integrations/langchain">
Build with LangChain, Vercel AI SDK, and CrewAI.

Check warning on line 42 in guides/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (veniceai) - vale-spellcheck

guides/overview.mdx#L42

Did you really mean 'Vercel'?
</Card>
<Card title="Projects" icon="hammer" href="/guides/projects/private-rag-bot">
Build your own projects using one of our project walkthroughs.

Check warning on line 45 in guides/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (veniceai) - vale-spellcheck

guides/overview.mdx#L45

Did you really mean 'walkthroughs'?
</Card>
</CardGroup>
Loading