Skip to content

v0.1.0

Choose a tag to compare

@Syh1906 Syh1906 released this 17 Jun 14:57
· 5 commits to main since this release

v0.1.0

Initial public release of openai-compatible-imagegen.

Included

  • English-first SKILL.md for Agent Skills-compatible clients
  • README.md with centered title, language switch, release/license/CI badges, and compatibility notes
  • README.zh-CN.md for Chinese installation and usage guidance
  • OpenAI-compatible image API support for /v1/images/generations and /v1/images/edits
  • Local auth initialization with auth.json, direct api_key, and api_key_env support
  • Text-to-image, image edit, transparent asset intent, and JSONL batch workflows
  • CI validation and MIT license

Validation

  • python -m unittest discover -s tests
  • python -m py_compile scripts/imagegen.py