kcode-openai-api 0.1.1

OpenAI transcription, image analysis, and GPT Image generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "kcode-openai-api"
version = "0.1.1"
edition = "2024"
rust-version = "1.97"
description = "OpenAI transcription, image analysis, and GPT Image generation"
license = "MIT"
repository = "https://github.com/DavidVorick/kcode"
keywords = ["openai", "transcription", "image-generation", "multimodal", "vision"]
categories = ["api-bindings", "multimedia"]

[dependencies]
base64 = "0.22"
reqwest = { version = "=0.13.4", default-features = false, features = ["json", "multipart", "rustls"] }
serde_json = "1"
zeroize = { version = "=1.9.0", features = ["alloc"] }