Home

tanstack/ai

Status:Indexed
Analyzed Dec 6, 2025⭐ 800+ starsTypeScript

šŸ¤– SDK that enhances your applications with AI capabilities

Back to Issues
#92
Easy

Bug: gpt-5-nano and gpt-5-mini missing OpenAIReasoningOptions in type definitions

View on GitHub

Summary

The type definitions for OpenAI models `gpt-5-nano` and `gpt-5-mini` need to be updated to include the `reasoning` option, as specified in the OpenAI documentation. This involves modifying the model configuration types within the `@tanstack/ai-openai` package.

Skills Required

TypeScriptAPI Type Definitions