tokencost 0.0.6 copy "tokencost: ^0.0.6" to clipboard
tokencost: ^0.0.6 copied to clipboard

Clientside token counting + price estimation for LLM apps and AI agents ported to Dart from Python package at https://github.com/AgentOps-AI/tokencost.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tokencost

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  tokencost: ^0.0.6

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tokencost/tokencost.dart';
5
likes
0
points
851
downloads

Publisher

verified publishermatteodigiovinazzo.com

Weekly Downloads

Clientside token counting + price estimation for LLM apps and AI agents ported to Dart from Python package at https://github.com/AgentOps-AI/tokencost.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

tiktoken, yaml

More

Packages that depend on tokencost