io.github.sinri.AiOnHttpMix.dashscope.qwen.vl.QwenVLUsageImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of AiOnHttpMix Show documentation
Show all versions of AiOnHttpMix Show documentation
A library to handle LLM APIs over HTTP service.
The newest version!
package io.github.sinri.AiOnHttpMix.dashscope.qwen.vl;
import io.github.sinri.keel.core.json.UnmodifiableJsonifiableEntityImpl;
import io.vertx.core.json.JsonObject;
import org.jetbrains.annotations.NotNull;
class QwenVLUsageImpl extends UnmodifiableJsonifiableEntityImpl implements QwenVLUsage {
public QwenVLUsageImpl(@NotNull JsonObject jsonObject) {
super(jsonObject);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy