tuneapi
Contents:
tuneapi.apis package
tuneapi.types package
tuneapi.utils package
tuneapi.endpoints package
Changelog
tuneapi
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
A
add() (tuneapi.types.chats.ThreadsList method)
(tuneapi.types.chats.ThreadsTree method)
Anthropic (class in tuneapi.apis.model_anthropic)
api_token (tuneapi.types.chats.ModelInterface attribute)
append() (tuneapi.types.chats.Thread method)
(tuneapi.types.chats.ThreadsList method)
assistant (in module tuneapi.types.chats)
AssistantsAPI (class in tuneapi.endpoints.assistants)
B
batched() (in module tuneapi.utils.parallel)
black() (tuneapi.utils.terminal.color method)
blue() (tuneapi.utils.terminal.color method)
bold() (tuneapi.utils.terminal.color method)
breadth (tuneapi.types.chats.ThreadsTree property)
C
chat() (tuneapi.apis.model_anthropic.Anthropic method)
(tuneapi.apis.model_gemini.Gemini method)
(tuneapi.apis.model_groq.Groq method)
(tuneapi.apis.model_mistral.Mistral method)
(tuneapi.apis.model_openai.Openai method)
(tuneapi.apis.model_tune.TuneModel method)
(tuneapi.types.chats.ModelInterface method)
color (class in tuneapi.utils.terminal)
contains() (tuneapi.types.experimental.Evals method)
Continue (tuneapi.types.chats.ThreadsTree.ROLLOUT attribute)
copy() (tuneapi.types.chats.Thread method)
(tuneapi.types.chats.ThreadsTree method)
create() (tuneapi.endpoints.assistants.AssistantsAPI method)
create_te_split() (tuneapi.types.chats.ThreadsList method)
CURRENT_EPOCH_START (tuneapi.utils.randomness.SFGen attribute)
cyan() (tuneapi.utils.terminal.color method)
D
Dataset (class in tuneapi.types.chats)
decrypt() (in module tuneapi.utils.misc)
degree_of_tree (tuneapi.types.chats.ThreadsTree property)
delete() (tuneapi.endpoints.assistants.AssistantsAPI method)
(tuneapi.types.chats.ThreadsTree method)
dict_to_structpb() (in module tuneapi.utils.serdeser)
DoNotRetryException
E
embedding() (tuneapi.apis.model_openai.Openai method)
encrypt() (in module tuneapi.utils.misc)
ENV (in module tuneapi.utils.env)
Evals (class in tuneapi.types.experimental)
exactly() (tuneapi.types.experimental.Evals method)
exponential_backoff() (in module tuneapi.utils.networking)
extend() (tuneapi.types.chats.ThreadsList method)
F
fetch() (in module tuneapi.utils.fs)
fill_thread_messages() (tuneapi.endpoints.threads.ThreadsAPI method)
finetune() (tuneapi.endpoints.finetune.FinetuningAPI method)
FinetuningAPI (class in tuneapi.endpoints.finetune)
folder() (in module tuneapi.utils.fs)
from_b64() (in module tuneapi.utils.serdeser)
from_dict() (tuneapi.types.chats.Message class method)
(tuneapi.types.chats.Thread class method)
(tuneapi.types.chats.ThreadsList class method)
(tuneapi.types.chats.ThreadsTree class method)
(tuneapi.types.chats.Tool class method)
(tuneapi.utils.code.Var class method)
from_disk() (tuneapi.types.chats.Dataset class method)
(tuneapi.types.chats.ThreadsList class method)
from_json() (in module tuneapi.utils.serdeser)
from_list() (tuneapi.types.chats.Dataset class method)
from_pickle() (in module tuneapi.utils.serdeser)
from_s3() (in module tuneapi.utils.serdeser)
FTDataset (class in tuneapi.endpoints.finetune)
func_to_vars() (in module tuneapi.utils.code)
function_call (in module tuneapi.types.chats)
FUNCTION_CALL (tuneapi.types.chats.Message attribute)
function_resp (in module tuneapi.types.chats)
FUNCTION_RESP (tuneapi.types.chats.Message attribute)
G
Gemini (class in tuneapi.apis.model_gemini)
GenerationConfig (class in tuneapi.endpoints.assistants)
generator_to_api_events() (in module tuneapi.utils.misc)
get() (tuneapi.endpoints.assistants.AssistantsAPI method)
get_files_in_folder() (in module tuneapi.utils.fs)
get_job() (tuneapi.endpoints.finetune.FinetuningAPI method)
get_logger() (in module tuneapi.utils.logger)
get_mime_type() (in module tuneapi.utils.mime)
get_now_datetime() (tuneapi.utils.misc.SimplerTimes method)
get_now_float() (tuneapi.utils.misc.SimplerTimes method)
get_now_fp64() (tuneapi.utils.misc.SimplerTimes method)
get_now_human() (tuneapi.utils.misc.SimplerTimes method)
get_now_i64() (tuneapi.utils.misc.SimplerTimes method)
get_now_ns() (tuneapi.utils.misc.SimplerTimes method)
get_now_pb() (tuneapi.utils.misc.SimplerTimes method)
get_now_str() (tuneapi.utils.misc.SimplerTimes method)
get_random_string() (in module tuneapi.utils.randomness)
get_section() (in module tuneapi.apis.model_anthropic)
get_session() (in module tuneapi.utils.subway)
get_sub() (in module tuneapi.endpoints.common)
get_subway() (in module tuneapi.utils.subway)
get_thread() (tuneapi.endpoints.threads.ThreadsAPI method)
get_var() (in module tuneapi.utils.logic)
GPT (tuneapi.types.chats.Message attribute)
green() (tuneapi.utils.terminal.color method)
Groq (class in tuneapi.apis.model_groq)
H
hard_equals() (in module tuneapi.utils.logic)
hashstr() (in module tuneapi.utils.misc)
hr() (in module tuneapi.utils.terminal)
human (in module tuneapi.types.chats)
HUMAN (tuneapi.types.chats.Message attribute)
I
i64_to_datetime() (tuneapi.utils.misc.SimplerTimes method)
if_() (in module tuneapi.utils.logic)
is_function() (tuneapi.types.experimental.Evals method)
IST (tuneapi.utils.misc.SimplerTimes attribute)
J
joinp() (in module tuneapi.utils.fs)
json_logic() (in module tuneapi.utils.logic)
K
KNOWN_ROLES (tuneapi.types.chats.Message attribute)
L
latest_message (tuneapi.types.chats.ThreadsTree property)
latest_node (tuneapi.types.chats.ThreadsTree property)
less() (in module tuneapi.utils.logic)
less_or_equal() (in module tuneapi.utils.logic)
list_assistants() (tuneapi.endpoints.assistants.AssistantsAPI method)
list_dir() (in module tuneapi.utils.fs)
list_threads() (tuneapi.endpoints.threads.ThreadsAPI method)
load_module_from_path() (in module tuneapi.utils.fs)
logger (in module tuneapi.utils.logger)
M
magenta() (tuneapi.utils.terminal.color method)
merge() (in module tuneapi.utils.logic)
Message (class in tuneapi.types.chats)
minus() (in module tuneapi.utils.logic)
missing() (in module tuneapi.utils.logic)
missing_some() (in module tuneapi.utils.logic)
Mistral (class in tuneapi.apis.model_mistral)
model_id (tuneapi.endpoints.assistants.GenerationConfig attribute)
(tuneapi.types.chats.ModelInterface attribute)
ModelInterface (class in tuneapi.types.chats)
modify() (tuneapi.endpoints.assistants.AssistantsAPI method)
module
tuneapi
tuneapi.apis
tuneapi.apis.model_anthropic
tuneapi.apis.model_gemini
tuneapi.apis.model_groq
tuneapi.apis.model_mistral
tuneapi.apis.model_openai
tuneapi.apis.model_tune
tuneapi.endpoints
tuneapi.endpoints.assistants
tuneapi.endpoints.common
tuneapi.endpoints.finetune
tuneapi.endpoints.threads
tuneapi.types
tuneapi.types.chats
tuneapi.types.experimental
tuneapi.utils
tuneapi.utils.code
tuneapi.utils.env
tuneapi.utils.fs
tuneapi.utils.logger
tuneapi.utils.logic
tuneapi.utils.mime
tuneapi.utils.misc
tuneapi.utils.networking
tuneapi.utils.parallel
tuneapi.utils.randomness
tuneapi.utils.serdeser
tuneapi.utils.subway
tuneapi.utils.terminal
O
OneMoreRanker (tuneapi.types.chats.ThreadsTree.ROLLOUT attribute)
Openai (class in tuneapi.apis.model_openai)
P
path (tuneapi.endpoints.finetune.FTDataset attribute)
pick() (tuneapi.types.chats.ThreadsTree method)
plus() (in module tuneapi.utils.logic)
pop() (tuneapi.types.chats.Thread method)
put_thread() (tuneapi.endpoints.threads.ThreadsAPI method)
pyannotation_to_json_schema() (in module tuneapi.utils.code)
R
red() (tuneapi.utils.terminal.color method)
regenerate() (tuneapi.types.chats.ThreadsTree method)
regenerate_stream() (tuneapi.types.chats.ThreadsTree method)
reservoir_sampling() (in module tuneapi.utils.randomness)
rollout() (tuneapi.types.chats.ThreadsTree method)
S
safe_exit() (in module tuneapi.utils.misc)
set_api_token() (tuneapi.apis.model_anthropic.Anthropic method)
(tuneapi.apis.model_gemini.Gemini method)
(tuneapi.apis.model_groq.Groq method)
(tuneapi.apis.model_mistral.Mistral method)
(tuneapi.apis.model_openai.Openai method)
(tuneapi.apis.model_tune.TuneModel method)
(tuneapi.types.chats.ModelInterface method)
set_org_id() (tuneapi.apis.model_tune.TuneModel method)
(tuneapi.types.chats.ModelInterface method)
SFGen (class in tuneapi.utils.randomness)
shuffle() (tuneapi.types.chats.ThreadsList method)
SimplerTimes (class in tuneapi.utils.misc)
size (tuneapi.types.chats.ThreadsTree property)
soft_equals() (in module tuneapi.utils.logic)
step() (tuneapi.types.chats.ThreadsTree method)
step_stream() (tuneapi.types.chats.ThreadsTree method)
StopRollout (tuneapi.types.chats.ThreadsTree.ROLLOUT attribute)
stream_chat() (tuneapi.apis.model_anthropic.Anthropic method)
(tuneapi.apis.model_gemini.Gemini method)
(tuneapi.apis.model_groq.Groq method)
(tuneapi.apis.model_mistral.Mistral method)
(tuneapi.apis.model_openai.Openai method)
(tuneapi.apis.model_tune.TuneModel method)
(tuneapi.types.chats.ModelInterface method)
structpb_to_dict() (in module tuneapi.utils.serdeser)
Subway (class in tuneapi.utils.subway)
SubwayClientError
SubwayServerError
system (in module tuneapi.types.chats)
SYSTEM (tuneapi.types.chats.Message attribute)
T
table() (tuneapi.types.chats.ThreadsList method)
temperature (tuneapi.endpoints.assistants.GenerationConfig attribute)
Thread (class in tuneapi.types.chats)
threaded_map() (in module tuneapi.utils.parallel)
ThreadsAPI (class in tuneapi.endpoints.threads)
ThreadsList (class in tuneapi.types.chats)
ThreadsTree (class in tuneapi.types.chats)
ThreadsTree.ROLLOUT (class in tuneapi.types.chats)
to_b64() (in module tuneapi.utils.serdeser)
to_dict() (tuneapi.types.chats.Message method)
(tuneapi.types.chats.Thread method)
(tuneapi.types.chats.ThreadsList method)
(tuneapi.types.chats.ThreadsTree method)
(tuneapi.types.chats.Tool method)
(tuneapi.utils.code.Var method)
to_disk() (tuneapi.types.chats.Dataset method)
(tuneapi.types.chats.ThreadsList method)
to_ft() (tuneapi.types.chats.Thread method)
to_hf_dataset() (tuneapi.types.chats.ThreadsList method)
to_hf_dict() (tuneapi.types.chats.Dataset method)
to_json() (in module tuneapi.utils.serdeser)
to_numeric() (in module tuneapi.utils.logic)
to_pickle() (in module tuneapi.utils.serdeser)
to_s3() (in module tuneapi.utils.serdeser)
Tool (class in tuneapi.types.chats)
Tool.Prop (class in tuneapi.types.chats)
tuneapi
module
tuneapi.apis
module
tuneapi.apis.model_anthropic
module
tuneapi.apis.model_gemini
module
tuneapi.apis.model_groq
module
tuneapi.apis.model_mistral
module
tuneapi.apis.model_openai
module
tuneapi.apis.model_tune
module
tuneapi.endpoints
module
tuneapi.endpoints.assistants
module
tuneapi.endpoints.common
module
tuneapi.endpoints.finetune
module
tuneapi.endpoints.threads
module
tuneapi.types
module
tuneapi.types.chats
module
tuneapi.types.experimental
module
tuneapi.utils
module
tuneapi.utils.code
module
tuneapi.utils.env
module
tuneapi.utils.fs
module
tuneapi.utils.logger
module
tuneapi.utils.logic
module
tuneapi.utils.mime
module
tuneapi.utils.misc
module
tuneapi.utils.networking
module
tuneapi.utils.parallel
module
tuneapi.utils.randomness
module
tuneapi.utils.serdeser
module
tuneapi.utils.subway
module
tuneapi.utils.terminal
module
TuneModel (class in tuneapi.apis.model_tune)
type (tuneapi.endpoints.finetune.FTDataset attribute)
tz (tuneapi.utils.misc.SimplerTimes attribute)
U
u() (tuneapi.utils.subway.Subway method)
UnAuthException
undo() (tuneapi.types.chats.ThreadsTree method)
unsafe_exit() (in module tuneapi.utils.misc)
upload_dataset() (tuneapi.endpoints.finetune.FinetuningAPI method)
upload_dataset_file() (tuneapi.endpoints.finetune.FinetuningAPI method)
V
Var (class in tuneapi.utils.code)
W
warning_with_fix() (in module tuneapi.utils.logger)
white() (tuneapi.utils.terminal.color method)
Y
yellow() (tuneapi.utils.terminal.color method)