Steps
Create a Model
Go to Dashboard → Models → Create Model.Choose a name and select your LLM provider (OpenAI, Anthropic, or Google).
Add Knowledge (Optional)
Go to Datasets → Create Dataset → Upload documents (PDF, DOCX, TXT, MD).Then link the dataset to your model: Models → Select model → Datasets → Link.
Get Your Token
For frontend apps: Use JWT session tokens from your auth system (Stytch B2B).For backend/scripts: Create M2M credentials in Settings → API Access and exchange for an access token.
What’s Next
Chat API
Streaming, tool calling, structured outputs
React UI Kit
Drop-in chat component
System Prompts
Configure AI behavior
Knowledge Bases
RAG with your documents
FAQ
How long does model creation take?
Models are ready instantly. Document processing (chunking and embedding) takes 1-2 minutes per 10MB.Which LLM should I choose?
Start with a cost-effective model for testing, then upgrade to a higher-quality model for production. View available models in the Dashboard or viaGET /v1/models.