structured-outputs
There are 14 repositories under structured-outputs topic.
marly-ai/marly
Data Processor for AI Agents. Search your documents or the web for specific data and get it back in JSON or Markdown in a single tool call.
arena-ai/structured-logprobs
OpenAI's Structured Outputs with Logprobs
drivly/ai
Agentic Workflow Platform to do Business-as-Code and deliver economically valuable work through simple APIs and SDKs
r-Larch/OpenAi.JsonSchema
OpenAi.JsonSchema is a lightweight library for generating valid JSON Schema for OpenAI models' Structured Outputs feature. It supports a wide range of types, ensures compatibility with OpenAI's JSON Schema format, and leverages C# descriptions and attributes for schema generation.
cameronking4/deepseek-r1-structured-outputs
This project demonstrates how to get structured outputs from Deepseek R1 reasoning model and do tool calling using an OpenAI summarization step. It's made using Next.js serverless routes and uses shadcn/ui for the frontend.
centminmod/or-cli
Python command-line tool for interacting with AI models through the OpenRouter API/Cloudflare AI Gateway, or local self-hosted Ollama. Optionally support Microsoft LLMLingua prompt token compression
jamesmcroft/openai-structured-outputs-with-dotnet
Experiment using JsonSchemaExporter in .NET 9 to improve developer experience with OpenAI's Structured Outputs
alonsosilvaallende/2024-IADevs
Presentación en la conferencia IADevs 2024: Potenciando la Generación Aumentada usando Recuperación con Grafos de Conocimiento
alonsosilvaallende/2024-PyData-Global
Presentation at PyData Global: Building Knowledge Graph-Based Agents with Structured Text Generation and Open-Weights Models
dbirks/process-intake-forms
Iterate over scans of forms, and have gpt-4o pull data from them into a csv file
rihoneailabs/llmcall
A lite abstraction layer for structured LLM calls
chasenuzum/library-recommender
Recommender system and using Langchain for book recommendations.
simoncwang/LLMSpatialLayout
An extension of the LLM-based spatial layout generation from image description from https://github.com/Attention-Refocusing/attention-refocusing using OpenAI and Ollama structured outputs
simoncwang/RAGQuiz
A personalized quiz system using retrieval augmented generation.