Use model version images instead of images endpoint #108

Merged
joelyoder merged 1 commit from codex/revert-to-model-versions-api-for-images into main 2025-09-25 00:30:22 -04:00
joelyoder commented 2025-09-24 22:17:45 -04:00 (Migrated from github.com)

Summary

  • remove the CivitAI images endpoint fetch helper and rely on the model-version response for images
  • simplify the image collection helper to return images already bundled with the version payload
  • drop the unused paginated image response type

Testing

  • go test ./...

https://chatgpt.com/codex/tasks/task_e_68d4a5a690108332aa5edb74c2a68953

## Summary - remove the CivitAI images endpoint fetch helper and rely on the model-version response for images - simplify the image collection helper to return images already bundled with the version payload - drop the unused paginated image response type ## Testing - go test ./... ------ https://chatgpt.com/codex/tasks/task_e_68d4a5a690108332aa5edb74c2a68953
Sign in to join this conversation.
No description provided.