Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 2.18 KB

File metadata and controls

40 lines (26 loc) · 2.18 KB

Reka API Examples with .NET C#

Reka AI

Join our Discord

This repository showcases how to use Reka Research and Reka Vision to build intelligent apps that can search the web, structure responses, and support reasoning. It’s designed to help developers learn how to integrate and use Reka Research with different tools and frameworks.

📋 More Examples in Other Languages

📚 What's in this repo

Folder/File Description
csharp10-script/ Three ways to use C# 10 file-based (preview) without full projects via Reka APIs
reka-restaurant/ Restaurant search sample using Reka Deep Search with advanced features
event-finder/ Find relevant tech events using Reka Research with web search and reasoning
video-analyzer/ Get insights from videos using AI. Search across multiple videos or inspect one

🧪 Why use this repo?

  • Learn how to use Reka Research with raw HTTP requests and the OpenAI‑compatible SDK
  • Build agents that can think step-by-step and cite sources
  • Learn to control structured outputs using response_format
  • Control domain scope and search behavior using the web_search configuration

🛠 Recommended Use Cases

  • Web search with control over allowed domains
  • Research agents with explainable reasoning steps
  • Video processing and analysis

🤝 Contributions

If you find a bug or would like to add a feature, please read our Code of Conduct and the Contributing Guide.

Feel free to open an issue or submit a PR—feedback and improvements are welcome.