Skip to main content

llm-models-reference

Reference guide for OpenAI model IDs, capabilities, pricing, and provider endpoints. Use when selecting a model, comparing OpenAI capabilities, or validating model IDs for {{PROJECT_NAME}}. Use when this capability is needed.

インストールへ移動

ソース情報

リポジトリ
tomevault-io/skills-registry
ソースの最終更新活動
2026年4月28日 22:53
検出された SKILL.md の言語
英語
スター
0
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

ファイルエクスプローラー
2 ファイル

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
llm-models-reference
description
Reference guide for OpenAI model IDs, capabilities, pricing, and provider endpoints. Use when selecting a model, comparing OpenAI capabilities, or validating model IDs for {{PROJECT_NAME}}. Use when this capability is needed.
metadata
{"author":"ak-eyther"}
# OpenAI Models Reference Use this skill as a pointer to the full reference document. **Project context:** Fill placeholders in this skill and the reference doc using `codex/PROJECT_CONTEXT.md`. ## Quick Start - `python codex/skills/llm-models-reference/scripts/check_reference_age.py` - Read `codex/skills/llm-models-reference/references/llm-models.md` for model lineups, pricing, capability matrices, and API examples. ## Bundled Resources ### References - `references/llm-models.md`: OpenAI model IDs, pricing, capability matrices, API examples. ### Scripts - `scripts/check_reference_age.py`: check last-updated age. - `scripts/fetch_openai_models.py`: fetch current OpenAI models via API. ## Fetching Latest Models Requires an OpenAI API key in the environment: ```bash export OPENAI_API_KEY="sk-..." python codex/skills/llm-models-reference/scripts/fetch_openai_models.py ``` --- > Converted and distributed by [TomeVault](https://tomevault.io/claim/ak-eyther) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-15 -->
GitHubで見る