#openai #tui #models #api #model #cli #api-key

app check_openai_models

A TUI tool to check and display OpenAI models information

3 releases

new 0.1.2 Jan 20, 2025
0.1.1 Jan 20, 2025
0.1.0 Jan 20, 2025

#1251 in Command line utilities

MIT license

77KB
1.5K SLoC

My OpenAI Models Checker

Version License

中文文档

A Terminal User Interface (TUI) tool for checking and displaying OpenAI model information. Supports displaying all official models and their current availability status.

Features

  • Display all OpenAI official model information
  • Real-time model availability checking
  • Custom API configuration support
  • Beautiful terminal user interface
  • Detailed model parameter display

Installation

cargo install check_openai_models

Usage

  1. Set environment variables (optional):
export OPENAI_API_KEY=your_api_key
export OPENAI_API_BASE=https://api.openai.com  # optional, default value
  1. Run the program:
check_openai_models

Configuration Options

  • Support configuration via .env file
  • Support command-line interactive configuration
  • Support custom API base URL

Version History

v0.1.1 (2025-01-21)

  • Optimize package size
  • Exclude unnecessary files from package
  • Fix package configuration

v0.1.0 (2025-01-21)

  • Initial release
  • Support displaying all official model information
  • Support model availability checking
  • Provide beautiful TUI interface

License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

~11–24MB
~336K SLoC