Silverbullet AI Plug
Perplexity Ai
Initializing search
    GitHub
    GitHub
    • Home
    • Quick Start
    • Installation
      • Configuration
      • Chat Instructions
      • Custom Enrichment Functions
      • Embedding Models
      • Image Models
      • Prompt Instructions
      • Text Models
    • AI Core Library
    • Templated Prompts
      • AI: Call OpenAI with Note as context
      • AI: Chat on current page
      • AI: Connectivity Test
      • AI: Enhance Note
      • AI: Execute AI Prompt from Custom Template
      • AI: Generate Note FrontMatter
      • AI: Generate and insert image using DallE
      • AI: Generate tags for note
      • AI: Insert Summary
      • AI: Search
      • AI: Select Embedding Model from Config
      • AI: Select Image Model from Config
      • AI: Select Text Model from Config
      • AI: Stream response with selection or note as prompt
      • AI: Suggest Page Name
      • AI: Summarize Note and open summary
      • AI: Test Embedding Generation
      • DallE
      • Google Gemini
      • Mistral Ai
      • Ollama
      • OpenAI
      • OpenRouter
      • Perplexity Ai
    • Changelog
    • Development

    Perplexity Ai

    Perplexity.ai is another hosted service that offers an openai-compatible api and various models. You can use it with settings like this:

    ai:
      textModels:
        - name: sonar-medium-online
          modelName: sonar-medium-online
          provider: openai
          baseUrl: https://api.perplexity.ai
    

    OPENAI_API_KEY also needs to be set in SECRETS to an API key generated from their web console.

    Previous
    OpenRouter
    Next
    Changelog
    Made with Material for MkDocs