-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
26 lines (26 loc) · 987 Bytes
/
Copy pathCITATION.cff
File metadata and controls
26 lines (26 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Golan"
given-names: "Yaniv"
email: "yaniv@golan.name"
title: "OpenAI Model Registry"
version: 1.0.0
date-released: 2025-08-13
url: "https://github.com/yaniv-golan/openai-model-registry"
repository-code: "https://github.com/yaniv-golan/openai-model-registry"
license: MIT
abstract: >-
A typed Python library and CLI for programmatic model cards,
parameter validation, and capabilities/pricing metadata for OpenAI models
(with Azure support). Includes inline parameter constraints, provider
overrides, web-search billing (dataclass), unified pricing (with per-image
tiers), input/output modalities, and a rich `omr` CLI for listing, querying,
filtering, and debugging registry data. Pricing is kept up-to-date
automatically via CI using the `ostruct` tool. Suitable for both application
code and CI/CD use.
keywords:
- openai
- azure
- llm
- GenAI