Contact Us
If you have any questions, feedback, or need support for OpenCone or OpenResponses, please fill out the form below. We'll get back to you as soon as possible.
Frequently Asked Questions (FAQ)
OpenCone
What is OpenCone?
OpenCone is a native iOS application that provides on-device Retrieval Augmented Generation (RAG). It allows you to process documents (PDF, DOCX, TXT, images), generate vector embeddings using OpenAI, store them in Pinecone, and perform semantic searches with AI-powered answers.
What API keys do I need for OpenCone?
You need an OpenAI API key (for embeddings and completions) and a Pinecone API key with Project ID (for vector storage and search).
What file types does OpenCone support?
OpenCone supports PDF, DOCX, TXT files, and images (with OCR capability using VisionKit).
Is my data secure in OpenCone?
Yes. OpenCone uses secure connections for API integrations, security-scoped bookmarks for file access, and follows best practices for data handling. Your documents and embeddings are stored in your own Pinecone account.
OpenResponses
What is OpenResponses?
OpenResponses is an advanced native SwiftUI playground for iOS and macOS that explores the full range of OpenAI's API capabilities, including multi-model support, computer use, web search, code interpreter, image generation, and MCP integration.
What models does OpenResponses support?
OpenResponses supports GPT-5, GPT-4.1, O-series reasoning models, GPT-4o, GPT-4, GPT-3.5-turbo, and specialized models like computer-use-preview. The app automatically fetches and displays the latest available models from OpenAI.
What is MCP integration?
Model Context Protocol (MCP) allows OpenResponses to connect to external services like GitHub, Notion, Slack, Google Drive, and more. It features secure authentication, approval workflows, and a discovery service for popular platforms.
What is the computer use feature?
Computer use is a production-ready browser automation tool that allows AI models to navigate websites, click buttons, type text, and interact with web content. It includes safety approval workflows to ensure user control.
General
Are these apps available on the App Store?
Both applications are currently available as open-source projects on GitHub. You can build and run them from source using Xcode. Check the respective GitHub repositories for detailed installation instructions.
How can I contribute to these projects?
Contributions are welcome! Visit the GitHub repositories for OpenCone and OpenResponses, fork the projects, make your changes, and submit pull requests. See the README files for detailed contribution guidelines.
Where can I report bugs or request features?
Please open an issue on the respective GitHub repository (OpenCone or OpenResponses). Provide as much detail as possible, including steps to reproduce bugs and clear descriptions for feature requests.