Learn how to use the Pulze API effectively
Making a General Request
chat/completions
endpoint. If you don’t specify a model, Pulze automatically selects the best model available in your Space or organization. This is equivalent to setting "model": "pulze"
.Example:Targeting a Specific Model
model
, Pulze will use the google/gemini-2.0-flash-exp
model to generate the response.Targeting a Specific Plugin (Tool)
"plugins": ["web-search"]
, you’re instructing Pulze to use the Web Search plugin to gather up-to-date information to answer your query.Using Feature Flags for Automatic Tool Selection
auto_tools
feature flag, Pulze will automatically select and use the best tools (plugins) to fulfill the request based on its content.Example:auto_tools
enabled, Pulze will automatically use the appropriate tool (e.g., the Web Search plugin) to fulfill the request.Available Plugins
space-search
: Search and reference data across all files in your Space.web-search
: Integrate real-time web search results into your conversations.image-generation-dalle
: Generate images based on provided context using DALL·E.transcribe-audio
: Transcribe audio files into text.x-post
: Post a tweet to X.