Dust Community Icon

Finding Configuration IDs for Dustt Agents

·
·

Hello David Ebbo Where can I find the configurationId's for all the agents present in Dustt atm. For ex: for @claude-3.7 it's claude-3-7-sonnet I need to find for the rest. Any documentation you can point to

  • Avatar of David Ebbo
    David Ebbo
    ·
    ·

    Hi Piyush. One way is to send a GET request to {{baseUrl}}/api/v1/w/{{wId}}/assistant/agent_configurations , and look at the sId for each agent. I'm not sure if this is documented.

  • Avatar of Piyush Nimoria
    Piyush Nimoria
    ·
    ·

    Sure having a look. Could you meanwhile tell me the configId for o3 model to pass on to API

  • Avatar of David Ebbo
    David Ebbo
    ·
    ·

    Do you mean o3-mini? In that case, the sId is the same as the name, o3-mini. Remi do you know is there is a different way of obtaining this?

  • Avatar of Piyush Nimoria
    Piyush Nimoria
    ·
    ·

    Not o3-mini, I need for o3 like this below

  • Avatar of Piyush Nimoria
    Piyush Nimoria
    ·
    ·

    Ok got it from the cURL you shared above.

  • Avatar of Piyush Nimoria
    Piyush Nimoria
    ·
    ·

    It would be great to maybe have a GET call to have all the the models with there configId returned in single response based on wId

  • Avatar of Remi
    Remi
    ·
    ·

    Thanks for asking Piyush Nimoria ! You make me think that this should be made available in the doc. I'll forward to the team. 🙏

  • Avatar of Remi
    Remi
    ·
    ·

    Actually I think the team recently updated the list - is this better?

  • Avatar of David Ebbo
    David Ebbo
    ·
    ·

    Thanks Remi. Side question: why do I have o3-mini available, but not o3?

  • Avatar of David Ebbo
    David Ebbo
    ·
    ·

    Yeah, but this list doesn't give the model ID that you need for API use, which is what Piyush Nimoria is after.

  • Avatar of Piyush Nimoria
    Piyush Nimoria
    ·
    ·

    yes true . For ex: Claude 3.7 Sonnet in above screenshot, for it config id is claude-3-7-sonnet