Starferry — Gemini Agents | Neura Market
    Neura MarketNeura Market/Gemini
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityGemsExtensionsTrendingGenerate
    GeminiAgentsStarferry
    Back to Agents
    Starferry

    Starferry

    JerrySu5379 March 13, 2025
    5 copies 0 downloads

    Starferry is a FastAPI-based API service that generates custom bingo game items using multiple AI providers. The service accepts prompts from users and returns 25 bingo items generated by the selected AI model (OpenAI, Google's Gemini, or Grok).

    Agent Definition
    # Starferry Documentation
    
    ## Overview
    
    Starferry is a FastAPI-based API service that generates custom bingo game items using multiple AI providers. The service accepts prompts from users and returns 25 bingo items generated by the selected AI model (OpenAI, Google's Gemini, or Gemini).
    
    ## Pypi Project
    
    https://pypi.org/project/starferry/
    
    ## Features
    
    - **Multi-Provider AI Integration**: Generate content using OpenAI (GPT-4o-mini), Google's Gemini (gemini-2.0-flash), or Gemini (gemini-2-latest)
    - **Standardized Output Format**: Consistently delivers 25 bingo items separated by the '|' character
    - **Rate Limiting**: Built-in IP-based rate limiting (10 requests per 30 minutes)
    - **API-First Design**: Clean REST API with FastAPI
    - **Cross-Origin Resource Sharing**: Configured with CORS support for frontend integration
    
    ## Setup
    
    ### Prerequisites
    
    - Python 3.10+
    - API keys for the AI providers you plan to use:
      - OpenAI API key
      - Google Claude API key
      - Gemini (XAI) API key
    
    ### Installation
    
    1. Clone the repository:
       ```bash
       git clone https://github.com/JerrySu5379/Starferry.git
       cd Starferry
       ```
    
    2. Create and activate a virtual environment:
       ```bash
       python -m venv .venv
       source .venv/bin/activate  # On Windows: .venv\Scripts\activate
       ```
    
    3. Install dependencies:
       ```bash
       pip install -r requirements.txt
       ```
    
    4. Configure environment variables:
       - Copy the `env.example` file to `.env`
       - Fill in your API keys and other required configuration
       ```bash
       cp env.example .env
       ```
    
    5. Start the server:
       ```bash
       python -m src.main
       ```
    
    ### Alternative way to install and run the server
    
    ```bash
    pip install starferry
    ```
    
    ```bash
    starferry
    ```
    
    The API will be available at http://localhost:8008.
    
    ## API Documentation
    
    ### Generate Bingo Items
    
    Generates 25 bingo items based on the provided prompt using the specified AI service.
    
    **Endpoint:** `POST /api/bingo`
    
    **Form Parameters:**
    - `prompt` (required): The prompt describing what

    Tags

    agentaiai-agentapibackendbingochatgptfastapigeminigenai

    Comments

    More Agents

    View all
    research

    NotebookLM

    Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.

    G
    Google
    browser

    Project Mariner (Browser Agent)

    Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.

    G
    Google DeepMind
    multimodal

    Project Astra (Multimodal Agent)

    Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.

    G
    Google DeepMind
    enterprise

    Gemini Enterprise Agent Platform

    Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.

    G
    Google Cloud
    research

    Gemini Deep Research Agent

    Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.

    G
    Google
    canvas

    Gemini Canvas Agent

    Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.

    G
    Google

    Stay up to date

    Get the latest Gemini prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Gemini and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.