Overview
Have natural multi-turn conversations using DeepSeek v3.1 via Fireworks. This endpoint is optimized for conversational AI without the overhead of tool calling or full agentic capabilities. Use this when you need:- Fast, cost-effective conversations
- Multi-turn dialogue with context
- Simple chat without function calling
- Streaming or non-streaming responses
Use cases
- Customer support chatbots
- Interactive Q&A sessions
- Conversational interfaces
- Multi-step explanations
- Context-aware dialogue
Model details
- Model: DeepSeek v3.1 (via Fireworks)
- Fast inference and cost-effective
- Excellent for conversational tasks
- No tool calling capabilities
Request example
Request Body
- messages array (required) — Conversation history with alternating user and assistant messages
- role string — Either
"user"or"assistant" - content string — Message content
- role string — Either
- system_prompt string (optional) — System prompt to guide the conversation (default: “You are a helpful assistant.”)
- stream boolean (optional) — Enable streaming response via Server-Sent Events (default: false)
Response
Non-streaming (default)
Streaming (stream=true)
Server-Sent Events format:vs Other Endpoints
| Feature | /v1/conversation | /v1/agent | /v1/chat-completion |
|---|---|---|---|
| Multi-turn | ✅ Yes | ✅ Yes | ✅ Yes |
| Tool calling | ❌ No | ✅ Yes | ✅ Yes |
| Streaming | ✅ Yes | ✅ Yes | ✅ Yes |
| Model | DeepSeek v3.1 | Kimi K2 Thinking | Configurable |
| Best for | Fast conversations | Reasoning + tools | Full agentic |
Next steps
- Need tool calling? See Agent
- Full agentic model: Chat Completion
- Available models: Models
Body
application/json