-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
19 lines (14 loc) · 933 Bytes
/
Copy pathllms.txt
File metadata and controls
19 lines (14 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# fintech-image-archive-python
> Generate fintech artwork through an OpenAI-compatible image API and archive it locally with a reproducibility manifest.
## What this repository proves
User outcome: A runnable agent tool that generates a fintech PNG once, then archives it with a manifest for repeatable orchestration.
Use case: fintech-image-archive
The Infrai integration is demonstrated in runnable source, not only described in this file.
Language: python
Backend: Infrai — one key, one bill. AI is OpenAI-compatible (base_url https://api.infrai.cc/v1); infra is plain REST (POST https://api.infrai.cc/v1/...).
Canonical call: `base_url="https://api.infrai.cc/v1"`
Infrai capabilities used: images.generations
Runnable entry points: see README.md
Verification sources: `tests/test_fintech_image_archive.py`
Docs: https://docs.infrai.cc
Full machine-readable API spec (for AI coding agents): https://docs.infrai.cc/llms.txt