Skip to content

openai API paid usage #9

@jayypaul

Description

@jayypaul

Hello,

I currently have a free account but I'm unsure what tier I would need to upgrade to in order to run:

test_array_seq = get_seq_embed_gpt(
    sp_adata.X,
    np.array(sp_adata.var.index), 
    prompt_prefix = 'A cell with genes ranked by expression: '
    # trunc_index=N_TRUNC_GENE
)
test_array_seq

cell_gpt = []
for x in test_array_seq:
    cell_gpt.append(get_gpt_embedding(x))
cell_gpt = np.array(cell_gpt)

I'd like to get cell embeddings similarly to the aorta analysis for removing batch effect variability. I have about 130,000 cells and 978 genes (pre filtering zero genes).

I'm not too familiar with the verbage used to describe the billing associated with the different tiers of openai. Any suggestions with how much it might cost to run this analysis? Any thoughts or comments would be greatly appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions