kcode-openai-api 0.2.0

Typed OpenAI transcription, text/tool turns, model metadata, and image operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "kcode-openai-api"
version = "0.2.0"
edition = "2024"
rust-version = "1.97"
description = "Typed OpenAI transcription, text/tool turns, model metadata, and image operations"
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"] }

[workspace]